JavaScript Keyword
- break,
- case,
- catch,
- continue,
- debugger,
- default,
- delete,
- do,
- else,
- finally,
- for,
- function,
- if,
- in,
- instanceof,
- new,
- return,
- switch,
- this,
- throw,
- try,
- typeof,
- var,
- void,
- while,
- with
Varibale declaration using “var” keyword
echo '' ;
Varibale declaration using “var” keyword