Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
Sometimes I wonder if wasteof is better or believed to be better than other social media platforms
I’ve decided to give myself an antenna.
Can you suggest me how should I use it?
(edit: perhaps I should ask “what’s its function” and not “how should I use it”)
why is this still in 4th place
function something(a, b, c){
return function(){/* code that uses a, b, and c */}
}
How should I call this type of function?
How do people upload raw SVG files to Scratch? I want to know how
P.S. Don’t just say “use Scratch Addons“. I don’t want to install it atm
return true to win
function reflexive(x) {
return x != x;
}
reflexive(...)
(taken from https://alf.nu/ReturnTrue, absolutely not me asking for help)