Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



It may be self-evident, or it may be surprising, depending on your level of interaction with various languages, but despite the fact that JavaScript falls under the general category of "dynamic" or "interpreted" languages, it is in fact a compiled language. It is not compiled well in advance, as are many traditionally-compiled languages, nor are the results of compilation portable among various distributed systems.
If you want to change selection, open document below and click on "Move attachment"

You-Dont-Know-JS/ch1.md at master · getify/You-Dont-Know-JS · GitHub
es for storing variables in some location, and for finding those variables at a later time. We'll call that set of rules: Scope. But, where and how do these Scope rules get set? Compiler Theory <span>It may be self-evident, or it may be surprising, depending on your level of interaction with various languages, but despite the fact that JavaScript falls under the general category of "dynamic" or "interpreted" languages, it is in fact a compiled language. It is not compiled well in advance, as are many traditionally-compiled languages, nor are the results of compilation portable among various distributed systems. But, nevertheless, the JavaScript engine performs many of the same steps, albeit in more sophisticated ways than we may commonly be aware, of any traditional language-compiler. In a tra


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.