I am new to JScript, coming from the C ++ world.
I am very surprised that expressions are evaluated at runtime. I mean, if I add a function and did not provide its definition, the program will βworkβ (in the debugger) when I run it.
Itβs also funny how I can simply jabber gibberish anywhere and only at run time, which the debugger will complain about.
But there will be no live page!
Is there any JScript add-in that checks its syntax during input? I am currently using Aptana Studio.
Or a debug button equivalent to compiling in the web world? But then, if you had a million lines of code and some small function was not defined or spelled incorrectly? It scary thought of me. = S
source
share