The following is a series of examples for better js practices NOTE: IE will not run most of these >:-[
Topics covered are:
- Better console logging
- Object destructuring
- String interpolation
- Spread syntax
- Array operations: reduce, map, filter
- Async/await