isEmpty()

Type : public method

Support : 1.0

Return : Boolean

  • Data의 값이 비어있으면 true 반환
    ( Object, Array, Null, Undefined, String )

Methods

  • isEmpty( value ) : Booleanver 1.0~

    • value : *
      대상 값

Example

var isEmpty = $B.isEmpty( {} );//true