type()

Type : public method

Support : 1.0

Return : String

  • Data Type 반환
    (Object, Array, String, Number, NaN, Null, Function, Date, Boolean, RegExp, Error, Element, Undefined, Color) 지원
  • String : Color형식의 String은 "Color"로 반환
    Number : NaN은 Number로 반환하지 않고 "NaN"로 반환

Methods

  • type( value ) : Stringver 1.0~

    • value : *
      대상 값

Example

var type = $B.type( 'test' );//String