Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 181 Bytes

File metadata and controls

15 lines (7 loc) · 181 Bytes

Language

Possible Syntax

Variables

Variables are declared with the 'var' keyword.

var foo

They can also be assigned at the same time.

var foo = 1