Language Basics JavaScript Tutorial

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