Hacker News new | ask | show | jobs
by _fcs 1305 days ago
>> Why do I need to [declare variables prior to use]

You don't need to if you don't use strict mode, which I think it is ok for small scripts.