🚧 施工中
Last updated 2 years ago
Was this helpful?
JS ⟩ grammar
🈯 synonyms:lexical grammar
the set of elementary rules 🚧 that specifies how you write programs.
token
keyword
punctuator
JS code:
case-sensitive
ignores whitespaces (some exceptions for line breaks).
(2020) JavaScript The Definitive Guide (Ch. 2).
Lexical grammar
ECMA ⟩ Lexical Grammar ⟩
5.1.2 The Lexical and RegExp Grammars
⭐️
what are elementary rules?