Intro to Promises
What are Promises?
Promises are containers for values that are not yet available yet but may eventually become available.
Why are Promises important?
Promises are becoming the standard way to handle asynchronous functions in JavaScript.