Skip to content
Advertisement

Lodash reject point free

Is it possible to avoid point in this example?

JavaScript

Advertisement

Answer

Reject all items that are undefined or null using _.isNil():

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement