Rest Parameter [ …rest]
TLDR: Embed the expression
There are many ways JavaScript provides us with the ability to make it behave like an asynchronous language. One of them is with the Async-Await clause.
In the beginning of your career when learning React and ES6 JavaScript syntax, it can be confusing when to use curly braces { } and when to use parenthesis ( )
JavaScript Developers need to understand Core Patterns