List of JavaScript Keywords

Profile picture for user arilio666

So there are some keywords present in javascript language that you can't define as variables, functions, etc anywhere. They are reserved, meaning that they are part of the programming language and can't be reused according to our creative needs.

Here are some of the reserved keywords that are present in javascript:

AwaitContinueEnumInstance OfWith
DoElseForPackageYield
ConstFinallyInSuper 
BreakImportNullTry
CaseNewReturnWhile
CatchPublicThrowIf
ClassThisVoidInterface
FalseVarExportPrivate
ImplementsDebuggerExtendsSwitch
LetDefaultFunctionTrue

So these are some of the keywords that are used and each keyword has a specific purpose in Javascript Language just like any other keyword in other languages.