This guide provides additional resource support on JavaScript concepts and writing assistance. There are tutorials, and more available as you scroll the page.
What is JavaScript , really?
JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. It was invented by Brendan Eich, co-founder of the Mozilla project, the Mozilla Foundation, and the Mozilla Corporation.
This page describes JavaScript's lexical grammar. The source text of ECMAScript scripts gets scanned from left to right and is converted into a sequence of input elements which are tokens, control characters, line terminators, comments or white space. ECMAScript also defines certain keywords and literals and has rules for automatic insertion of semicolons to end statements.
About
For People Who Make Websites
A List Apart (ISSN: 1534-0295) explores the design,
development, and meaning of web content, with a special focus on web standards and best practices.