回答編集履歴
1
typo all done
answer
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
return taskC
|
74
74
|
})
|
75
75
|
.then(function(){
|
76
|
-
console.log('done')
|
76
|
+
console.log('all done')
|
77
77
|
})
|
78
78
|
.catch(function(reason){
|
79
79
|
console.log('fail',reason)
|