aizatto.com
aizatto.com
Build.my
GitHub
Linkedin
aizatto.com
Table of Contents
Portfolio, Projects, Tools, Toys
Interview Guide
Engineering Code
Engineering Management
Why GitBook?
Getting into Tech
Personal Goals
Daily Drivers
Notes
AWS
Digital Ocean
GraphQL
JavaScript
Array
Async & Await / Promises
Booleans
Collections
Cons/Dislikes
fetch
Map
Modules
Object
Regex
Set
Style Guides
Versions
Life
Node.js
Prototyping
Raspberry Pi
Serverless
Software Engineering
Technical Due Diligence
Web Development
Archive
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 updated 9 months ago