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

Collections

​Array​
​Map​
​Set​
push(value) / unshift(value)
set(key, value)
add(value)
length
size
size
delete array[index]
delete(key)
delete(value)
find(...) or findIndex(...)
has(key)
has(value)
Previous
Booleans
Next
Cons/Dislikes
Last modified 4yr ago