Hacker News new | ask | show | jobs
by nailer 4154 days ago
> But if you want backward compatibility, you still probably want to use something like Lodash.

A few years ago, sure, but these days I'd use es6-shim. The code will be shorter, have more documentation around the internet, and when old browsers die you won't have to change anything to be on standard JS.

1 comments

lodash offers features and performance over es5/6 built-ins.