Javascript: Javascript (JS) Is A Lightweight, Interpreted, or
Javascript: Javascript (JS) Is A Lightweight, Interpreted, or
Javascript: Javascript (JS) Is A Lightweight, Interpreted, or
This section is dedicated to the JavaScript language itself, and not the parts that are
specific to Web pages or other host environments. For information about APIs that
are specific to Web pages, please see Web APIs and DOM.
The JavaScript guide
The JavaScript reference
Tutorials
Learn how to program in JavaScript with guides and tutorials.
Head over to our Learning Area JavaScript topic if you want to learn JavaScript but have no
previous experience with JavaScript or programming. The complete modules available there
are as follows:
Asynchronous JavaScript
Explores what APIs are, and how to use some of the most common APIs you'll come
across often in your development work.
JavaScript guide
JavaScript Guide
A much more detailed guide to the JavaScript language, aimed at those with previous
programming experience either in JavaScript or another language.
Intermediate
Understanding client-side JavaScript frameworks
An overview of the basic syntax and semantics of JavaScript for those coming from
other programming languages to get up to speed.
How different methods that visit a group of object properties one-by-one handle the
enumerability and ownership of properties.
Closures
A closure is the combination of a function and the lexical environment within which
that function was declared.
Advanced
JavaScript typed arrays provide a mechanism for accessing raw binary data.
Memory Management