Lodash.js – isEmpty() function

Lodash.js – isEmpty() function

BY 21 Nov 2015 Web Code Snippet
A simple Lodash.js example of the isEmpty() function, we will check if the provided variable is empty (has a greater length than 0, is an Array, Object, Arguments, enumerable, jquery obj, etc).
Written by