isFunction()

Type : public method

Support : 1.0

Return : Boolean

  • Data Type이 Function 이면 true 반환

Methods

  • isFunction( value ) : Booleanver 1.0~

    • value : *
      대상 값

Example

$B.isFunction( function () {} );//true
$B.isFunction( Date );//true
$B.isFunction( Error );//true