Await keyword can now be used outside an async block!" 💡
Previously, await could only be used within async functions, but with the introduction of recent JavaScript updates, we now have more flexibility. In this post, we'll dive into this exciting development and explore how using await outside of async blocks opens up new possibilities for writing cleaner and more concise code.