add promise queue
This commit is contained in:
parent
1373f6158c
commit
16cfa3037b
27 changed files with 160 additions and 36 deletions
3
1-js/11-async/06-promise-api/one.js
Normal file
3
1-js/11-async/06-promise-api/one.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
function one() {
|
||||
alert(1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue