2015. 3. 27. 18:26

Object.isFunction( obj );는 무엇인가? 

- Object객체에 추가된 메서드

function isFunction(obj) { return typeof obj === "function"; }

Posted by 미랭군