a
a
aizatto.com
Build.myGitHubLinkedinNotion
Search
⌃K
Links
aizatto.com
Table of Contents
Portfolio, Projects, Tools, Toys
Interview Guide
Engineering Code
Engineering Management
Why GitBook?
Getting into Tech
Personal Goals
Daily Drivers
Contacting Me
Notes
JavaScript
Array
Async & Await / Promises
Booleans
Collections
Cons/Dislikes
fetch
Map
Modules
Object
Regex
Set
Style Guides
Versions
Node.js
Technical Due Diligence
Archive
More on Notion
Powered By GitBook

Booleans

​
assert([] == false)
assert([].length == false)
assert("" == false)
asesert(" " == false)
assert(null != false) // null is not false
assert(null != true) // null is not true either
assert(!null == true) // not null is true
Previous
Async & Await / Promises
Next
Collections
Last modified 3yr ago