Declare Objects and Arrays with const
Use Parameter Defaults
camelCase Variable Names
Use Asynchronous methods when possible
Initialize Variables
Prefer Destructuring
Do not use Global Variables.
Line Length 100 Max
Use the === Comparison Operator
Use ESLint
2 Space Code Indentation
Index pages
How to do a Promise
Avoid async-await in a loop
How to use Async and Await
Loop an Array or Object async