|
|
|
|
|
by NZGumboot
5786 days ago
|
|
If you want to really understand the language, do what I did, and write a compiler (http://jurassic.codeplex.com/). You'll learn about fun oddities, like why the lexical scope introduced by the catch block is different from any other type of scope and why declaring variables inside an eval is different from declaring variables in the parent scope. |
|