Hacker News new | ask | show | jobs
by samgro 5294 days ago
I just spent my entire day tracking down a missing "var" that caused a bug only in Internet Explorer. I haven't written any assembly code since college, and I hope to reach a day when I never have to write or maintain native Javascript again.
1 comments

You can set up your IDE to automatically run your code through JSLint or JSHint, which will detect such errors.