Fix sentence

This commit is contained in:
Ta Thien Phuoc 2021-12-21 18:21:29 +07:00
parent 25d51b1db6
commit 199e4123ad

View file

@ -136,7 +136,7 @@ console.log(user);
If we're not using modules, or [older browsers](https://caniuse.com/mdn-javascript_operators_await_top_level) must be supported, there's a universal recipe: wrapping into an anonymous async function. If we're not using modules, or [older browsers](https://caniuse.com/mdn-javascript_operators_await_top_level) must be supported, there's a universal recipe: wrapping into an anonymous async function.
Lke this: Like this:
```js ```js
(async () => { (async () => {