JavaScript Keywords (JNNC Technologies)


What are keywords?

Keywords are reserve words in JavaScript which you cannot use to name the variables labels, or function names. Here are a total of 63 keywords which Java script provides the programmers. All of them are shown in the below mentioned diagram:

JavaScript Reserved Keywords List

You can’t use keyword as identifier in your JavaScript programs, its reserved words and used to perform an internal operation.
abstractargumentsbooleanbreak
bytecasecatchchar
constcontinuedebuggerdefault
deletedodoubleelse
evalfalsefinalfinally
floatforfunctiongoto
ifimplementsininstanceof
intinterfaceletlong
nativenewnullpackage
privateprotectedpublicreturn
shortstaticswitchsynchronized
thisthrowthrowstransient
truetrytypeofvar
voidvolatilewhilewith

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();