JavaScript and Camel Case

camelCase

Historically, programmers have used three ways of joining multiple words into one variable name:

Hyphens are not allowed in JavaScript because they are reserved for subtractions.


JavaScript Character Set

JavaScript uses the Unicode character set. Unicode covers (almost) all the characters, punctuations, and symbols in the world.

Back Table of Contents Next