Understand how to write template literals so you can cleanly write string concatenations and multi-line strings. The final summary of Chapter 8! In this Modern JavaScript series, we have learned the ...
#### Function Expressions The next way we will cover to declare a function will help explain that, which is as a **function expression**. Add a comment above that function specifying that it is an ...
The list below isn't meant to be exclusive, it's more so a collection of links that have helped me out along the way (and can hopefully help you). As you'll see, I've focused on JavaScript, React, and ...