promises
This commit is contained in:
parent
a68022a8d6
commit
04b2fcfba2
17 changed files with 304 additions and 137 deletions
3
8-async/03-promise-chaining/getMessage.js
Normal file
3
8-async/03-promise-chaining/getMessage.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
function getMessage() {
|
||||
return "Hello, world!";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue