alert(typeof /^a/); // function or regExp, depend of implementations alert(typeof NaN); //number alert(typeof undefined) // undefined alert(typeof null) // object alert(typeof false) // boolean
沒有留言:
張貼留言