but stackoverflow how i fixy the brokey!
Heh… but Javascript is so permissive you can just start writing psuedocode and it’ll probably be valid!
And it will do… something.
Perhaps more than one thing, who can know?
const notThree = 1 + '2';
eval('alert("Yep")')
Like Dave from Storage Wars?
“Uh huh.”
for(i=0;i<100;i++){ console.log("Yep") } console.log("uh-huh")
deleted by creator
$facts
I think I’d be okay up until you pulled intellisense, at which point I would literally deflate like a balloon.
w3schools
MDN ftw, screw stackoverflow.
MDN is better at everything than w3school, except for SEO.
Yeah… Then again I just use the DuckDuckGo bang
!mdn
and it searches MDN directly.There’s also devdocs.io which can be indispensable when using a lot of popular utility libraries and frameworks in the same project. Just having a single page with all the relevant docs is just a real blessing.
Any time I need to learn something about JS, I go to W3Schools to wrap my head around the basics, then over to MDN for current best practice.
I remember visiting W3S like 10-15 years ago when first learning DOM manipulation etc at uni. But nowadays there’s nothing it can give me that MDN can’t, that I need to know.
Sorry bro, if you think JavaScript is difficult, then you’re just too weak.
Learn JavaScript. It’s a pretty good language. 👍
People should be able to do this, at least for simple programs. We used to do it all the time.
Everyone should be able to do a hello world without IDE
NP, dude. As someone who learned JavaScript in the dark ages, when IE had to be a consideration for everything you did, writing a JS program now is trivial.
“Every time you try to run your code the pendulum will drop lower until…”
Extremely loud crash as pendulum is rocketed into the ground by all the failed run attempts
Do people not read books anymore?
Hello World isn’t that difficult to write.
He never said it had to be a useful program.
Dude JS is ez cmon.
Var x = 1+“two”
Console.Log(x)
Done! I did it. I wrote a program.
Not gonna run with those capital letters
It was never specified to run without errors.
Ok… He didn’t say it had to be complicated or anything. Just make a magic 8 ball.
var a = 0
Done