diff --git a/sheets/_js/weirdness b/sheets/_js/weirdness index 07b20bd..2e5ee64 100644 --- a/sheets/_js/weirdness +++ b/sheets/_js/weirdness @@ -4,6 +4,9 @@ // Null is an Object typeof null // => 'object' +// Weird decimal calculation +0.1 + 0.2 // -> 0.30000000000000004 + // Despite this, null is not an instance of an Object null instanceof Object // => false