Purpose

The purpose of this guide is to go over some helpful tricks to be more efficient when coding, and also look cooler 😎

Destructuring & Rest & Spread

Import & Export

Truthy & Falsy

Functions

Await/Async & Promises

Below are the guides that are more subjective. These are just things that I prefer, and by no means do you have to adhere by them. For each guide, I explain why I prefer these practices and why they’re useful.

Multiple Parameters VS Object Parameter