🔥 Array.from() takes a secondary map argument. Handy for creating and populating arrays of a specific length

← Prev

🔥 Slater your git add and git commit into a single command:

In your terminal, run :

git config --global  '!git add -A && git commit -m'

Then just git ac "commit message"

Next →

🔥 Object Spread is really handy for overriding defaults