Spyke
sh.itjust.works

Heh... but Javascript is so permissive you can just start writing psuedocode and it'll probably be valid!

63
kbin.run

People should be able to do this, at least for simple programs. We used to do it all the time.

32

Hello World isn't that difficult to write.

He never said it had to be a useful program.

31

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.

28
frezikreply
midwest.social

MDN is better at everything than w3school, except for SEO.

7

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.

3
Redkeyreply
programming.dev

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.

3

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.

2

I think I'd be okay up until you pulled intellisense, at which point I would literally deflate like a balloon.

16

"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

11
ani.social

Do it in php and say its JavaScript, most people don't even know that there is a difference.

10
feddit.de

Var x = 1+"two"

Console.Log(x)

Done! I did it. I wrote a program.

8

Because that’s how long he’s been trying to solve it

4

You reached the end