Without the var keyword it becomes possible to accidentally create a new variable when you had actually intended to use an already existing variable. e.g.
name = "fred";
...
Name = "barney"; // whoops! we meant to reuse name
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…