alldayalone / summer

This repository is a sandbox for your first open source contribution.
MIT License
0 stars 5 forks source link

Add without function #37

Closed dzinrai closed 4 years ago

dzinrai commented 4 years ago

without([2, 1, 2, 3], 1, 2)

// => [3]

dzinrai commented 4 years ago

https://github.com/AllDayAlone/summer/issues/28