-
Notifications
You must be signed in to change notification settings - Fork 1
Function_evisit_core_js_utils_noe
Wyatt Greenway edited this page Jan 31, 2017
·
3 revisions
- args... [optional]
- (Object|String|Array|Number) >>> Arguments to check
- (Boolean) true if all arguments are 'null or empty', false otherwise.
Check to see if an Object, Array, String, or Number is empty, null or undefined. A string that is nothing but whitespace is considered empty. If the Object is a Number, return true if it isNaN or !isFinite