Infinity in JavaScript

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 …

· 4 min
Object comparison in JavaScript

Why {} !== {}

Learn why an object is not equal to another object!

· 5 min
Description of the image

Why NaN !== NaN in JavaScript (and the IEEE 754 story behind it)

Learn where NaN came from in JavaScript and why it cannot be compared

· 9 min
Description of the image

Why typeof null === object

Learn why typeof null returns ‘object’ instead of ’null’ in JavaScript

· 7 min