Underscore.js _.isEmpty() Function - GeeksforGeeks

PHOTO EMBED

Tue Jan 25 2022 04:39:27 GMT+0000 (Coordinated Universal Time)

Saved by @nikhil3790

_.isEmpty(object)
content_copyCOPY

Is a given array, string, or object empty? An “empty” object has no enumerable own-properties.

https://www.geeksforgeeks.org/underscore-js-_-isempty-function/