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 -

On this page