Content deleted Content added
Tag: Reverted |
Tag: Reverted |
||
Line 19:
===Case sensitivity===
[https://jsonlinecompiler.com/javascript/javascript-introduction/ JavaScript] is [[Case sensitivity|case sensitive]]. It is common to start the name of a [[#Constructors|constructor]] with a [[CamelCase|capitalised]] letter, and the name of a function or [https://jsonlinecompiler.com/javascript/javascript-variables/ variable] with a lower-case letter.
Example:
|