[リンク] くそする ジャバスクリプト
ジャバスクリプトの 間違い 集めなのか それとも 分かって 置くと 割 のか 分からないが ヨトンガンに 内 実力で ボール 時 黄党務なの 限りなさ.
NaN === NaN // false
Number.MIN_VALUE> 0;
// true? really? wtf.
// It turns out that MIN_VALUE is the smallest number
// GREATER THAN ZERO, which of course totally makes sense.
parseInt('06'); // 6
parseInt('08'); // 0
// remember to pass in the radix!
typeof null // object
null === Object // false
(x=[].reverse)() === window // true
NaN === 'number' // true
Infinity === 1/0 // true
0.1 + 0.2 === 0.3 // false
("foo" + + "bar") === "fooNaN" // true
alert(111111111111111111111); // alerts 111111111111111110000
原本 出処は http://wtfjs.com/と ハム. 初めから こういう コード 集めておく サイトと.
- コメント機能はありません。コメントの代わりに[email protected]にメールを送ってください。