Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 354 Bytes

File metadata and controls

9 lines (7 loc) · 354 Bytes

Reserved keywords


description: >- Keywords are tokens that look like identifiers but have special meanings in JavaScript. For example, the keyword async before a function declaration indicates that the function is asynchronous.

Reserved keywords

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#keywords