📄️ Numbers
To write numbers with many zeroes:
📄️ Strings
Quotes
📄️ Arrays
Declaration
📄️ Array Methods
Add/remove items
📄️ Iterables
Iterable objects are a generalization of arrays. That’s a concept that allows us to make any object useable in a for..of loop.
📄️ Map and Set
Map
📄️ WeakMap and WeakSet
JavaScript engine keeps a value in memory while it is “reachable” and can potentially be used.
📄️ Object.keys, values, entries
Let’s step away from the individual data structures and talk about the iterations over them.
📄️ Destructuring assignment
The two most used data structures in JavaScript are Object and Array.
📄️ Date and Time
Creation
📄️ JSON methods, toJSON
JSON.stringify