trutheyTester( new Boolean( false )); //truthey (an object!) trutheyTester( "" ); //falsey. trutheyTester( new String( "" )); //truthey (an ...
確定! 回上一頁