JavaScript - Wikipedia, the free encyclopedia
History [edit] Beginnings at Netscape [edit] JavaScript was originally developed by Brendan Eich, while he was working for Netscape Communications Corporation. ... var displayClosure = function {var count = 0; return function {return ++ count;};} var inc ...