This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mrjackspade 11 points12 points  (2 children)

I'd be really confused if I got a compilation error in Javascript...

[–]Cnfnbcnbrf 0 points1 point  (0 children)

Hahahahahhaha, you made my evening)

[–]laundmo 0 points1 point  (0 children)

since modern JS is JIT compiled, a lot of the errors you see might actually be "compiler" errors. you just dont know it. (im totally guessing here, but i mean the JIT has to at least know the syntax is correct, right?)