you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.74k stars 815 forks source link

Clean: native _.last examples #401

Open binury opened 3 months ago

binury commented 3 months ago

Closes #400

// Native (works even with potentially undefined/null) [].concat(undefined).pop()

This in fact did not work when null, by the way.