Infinity - Where Does JavaScript End?
1/0 doesn’t crash your program? Why is Number.MAX_VALUE 10^308? Let’s peek under the hood of IEEE 754 and discover what infinity really …
1/0 doesn’t crash your program? Why is Number.MAX_VALUE 10^308? Let’s peek under the hood of IEEE 754 and discover what infinity really …
Learn why an object is not equal to another object!
Learn where NaN came from in JavaScript and why it cannot be compared
Learn why typeof null returns ‘object’ instead of ’null’ in JavaScript