ES 2017 Insights

Discover the surprising level of support for ES 2017 across major browsers, with the notable exception of Internet Explorer. Learn how JavaScript automatically wraps non-promise return values in a promise, allowing for seamless chaining with `.then()`. The discussion also highlights the importance of using the `await` keyword exclusively within async functions, ensuring that code execution pauses until the promise is resolved.