Syntax Basics

Estimated reading: 1 minute 149 views

Understanding statements, variable naming, whitespace, and other basic JavaScript syntax.

A simple variable declaration

				
					var foo = "hello world ";

				
			

Whitespace has no meaning outside of quotation marks

				
					var foo =     "hello world";

				
			

Javascript

intro

Javascript

intro 2

Share this Doc

Syntax Basics

Or copy link