Update article.md
This commit is contained in:
parent
80507cf04a
commit
b540d85014
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ async function f() {
|
||||||
f().then(alert); // 1
|
f().then(alert); // 1
|
||||||
```
|
```
|
||||||
|
|
||||||
...We can explicitly return a promise, that would be the same:
|
...We could explicitly return a promise, that would be the same:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
async function f() {
|
async function f() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue