JavaScript Keywords
Overview.
In programming languages, keywords are reserved words that are used to identify or define specific operations, commands, or actions. They have a predefined meaning in the language and cannot be used as variable names or identifiers. In JavaScript, some examples of keywords include:
await
break
case
catch
class
const
continue
debugger
default
delete
do
else
enum
export
extends
false
finally
for
function
if
implements
import
in
instanceof
interface
let
new
null
package
private
protected
public
return
super
switch
static
this
throw
true
try
typeof
var
void
while
with
yield
This page was updated on -
Found an error or have feedback on our docs?
Create an issue on GitHub and let us know! Your input helps improve our documentation for everyone in the community.
Report error, send feedback on Github