🔥 Array.from() takes a secondary map argument. Handy for creating and populating arrays of a specific length
🔥 Slater your git add and git commit into a single command: In your terminal, run : ```bash git config --global '!git add -A && git commit -m' ``` Then just `git ac "commit message"`
🔥 Object Spread is really handy for overriding defaults