Remove usage of underscore; replace with native JS
* Use jQuery’s `makeArray` to convert jQuery wrapped collection to native array * Use native `Array.prototype.map` and `.some` * Create an `isEmpty` util which is identical in behavior to underscore and lodash
Showing
Please register or sign in to comment