Easy to learn, hard to master, used for things it wasn’t created for.
Yep.
You don’t master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
Is there a typescript analogue for python? Preferably that adds curly braces?
Gotta say, ive done magical things in Javascript. NodeJS in particular can do damn near anything you set your mind to, and it doesnt give a damn if you use tab or 4 spaces.
That’s the joke
It’s implying js isn’t a programming language because web stuff isn’t real programming
They do share a significant commonality, though; they are both interpreted languages, rather than compiled. Sure, you can compile them, but they are meant to be run interpreted so you can quickly and easily tweak and change things and not have to wait for compilation to see the results. In that regard they are very comparable.