Valid JavaScript variable names in ES2015
Explains the updated rules for valid JavaScript variable names in ES2015, including Unicode support and reserved words.
Explains the updated rules for valid JavaScript variable names in ES2015, including Unicode support and reserved words.
Explores the rules for valid, unquoted property names in JavaScript objects, including identifiers, string literals, and numeric literals.
Explains the rules for valid JavaScript variable names in ES5, including Unicode characters and reserved words.
Explains how and when to use CSS character escape sequences for targeting unusual class/ID names and inserting special characters.