commit
b8dcadfafa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async function f() {
|
|||
});
|
||||
|
||||
*!*
|
||||
let result = await promise; // wait till the promise resolves (*)
|
||||
let result = await promise; // wait until the promise resolves (*)
|
||||
*/!*
|
||||
|
||||
alert(result); // "done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue