Skip to content

Function_evisit_core_js_utils_noe

Wyatt Greenway edited this page Jan 31, 2017 · 3 revisions

function noe([args...])

Parameters

  • args... [optional]
    • (Object|String|Array|Number) >>> Arguments to check

Return value

  • (Boolean) true if all arguments are 'null or empty', false otherwise.

Description

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


Clone this wiki locally