typeof 123; // number typeof 'jartto'; // string typeof !!'0'; // boolean typeof new Function(); // function typeof name; // undefined ...
確定! 回上一頁