List of JavaScript keywords and reserved words
JavaScript reserved words are words that have special uses in JavaScript. These words can't be used as variable names...
Feb 21, 20221 min read127

Search for a command to run...

Series
In this series, We'll look at JavaScript
JavaScript reserved words are words that have special uses in JavaScript. These words can't be used as variable names...

There are few rules we need to follow when naming variables in JavaScript...
