A re-introduction to JavaScript
Posted in General on March 1st, 2008 by slacy – Be the first to commentI’m just starting to learn and program in JavaScript for some simple web app development I’m doing at home, and have had a hard time finding a good reference & introduction to the language and its somewhat quirky constructs. I found the article A Re-Introduction to JavaScript on developer.mozilla.org, and found it really useful, especially the discussion around functions, inner functions, closures, etc.