JavaScript Keywords
Keywords are reserved words that are part of the syntax in the programming language. For example,
const a = 'hello';
Here, const is a keyword that denotes that a is a constant.
Keywords cannot be used to name identifiers.
Here is the list of keyword...
safiullahasif.hashnode.dev1 min read