refactor promise, geneerators, global object
This commit is contained in:
parent
be9c5a7b5f
commit
2ee2751216
69 changed files with 900 additions and 643 deletions
3
1-js/09-async/04-promise-error-handling/getMessage.js
Normal file
3
1-js/09-async/04-promise-error-handling/getMessage.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
function getMessage() {
|
||||
return "Hello, world!";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue