Merge pull request #162 from Lynextion/patch-1

pull/163/head
Igor Chubin 3 years ago committed by GitHub
commit 5722e8ecec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save