Merge pull request #1557 from hrodward/patch-35

Update article.md
This commit is contained in:
Ilya Kantor 2019-11-01 18:38:40 +03:00 committed by GitHub
commit b8dcadfafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!" alert(result); // "done!"