JavaScript syntax: Difference between revisions

Content deleted Content added
Kelti (talk | contribs)
m Dead links
Case sensitivity: Point to itself reference
Line 18:
 
===Case sensitivity===
JavaScript is [[Case sensitivity|case sensitive]]. It is common to start the name of a [[ConstructorJavaScript (computer science)syntax#Constructors|constructor]] with a [[CamelCase|capitalised]] letter, and the name of a function or variable with a lower-case letter.
 
Example: