🔥 Use console.table() to log an array of objects in a tidy table 👌
🔥 Use console.groupCollapsed() and console.groupEnd() to group together and tuck away any logging you need to do
console.groupCollapsed()
console.groupEnd()
🔥 Use flexbox's order property to re-order pieces of your nav at different breakpoints 👌