Keywords : Keywords « 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








1.3.Keywords
1.3.1.Keywords
1.3.2.Reserved Words