Keywords : Keywords : Language Basics JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Language Basics » Keywords »

 

Keywords








Keywords are reserved and cannot be used as variable or function names.

Here is the complete list of JavaScript keywords:








break        else          New      var
case         finally       return   void
catch        for           switch   while
continue     function      This     with
default      if            throw
delete       in            try
do           instanceof    typeof







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Language Basics
» Keywords