Fix sentence
This commit is contained in:
parent
25d51b1db6
commit
199e4123ad
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue