An introduction to Reserved Words
How would you feel about a
variable called var?
var var=1;
Or a
function called function?
function function () {
Or what about a
var called function and a
function called var?
function = var(function);
Chaos, right ?