Mind your grammar
13 September, 2018I n Mozilla’s documentation on JavaScript they have a section on lexical grammar , and this is how they summarize it: The source text of ECMAScript scripts gets scanned from left to right and is converted into a sequence of input elements which are tokens, control characters…