JavaScript for Novices

“TBD”

Douglas Crockford

You are a novice in JavaScript. We are going to help you to reach level of Juniour JavaScript developer.

This section of webculum.org is designed to present you most important parts of JavaScript. We will give you with the most essential parts of JavaScript not dive deep into technical part for geeks.

Our experts, editors and consultants: TBD

Subscribe to "JavaScript for Novices" mailing list: TBD


Standards and versions support.

It is useful to understand the difference between different versions of JavaScript to know which parts of it and when to use.

Variables.

Variables names. Declaration and assigning. Variables types and typeof operator. Variable Scope. Javascript hoisting.

Flow control and loops.

if...else statement; for, do…while, while loops; switch; loop control (label; break ; continue );