restructured

This commit is contained in:
Karan
2021-12-03 14:34:47 +05:30
committed by GitHub
parent 55ab31fce7
commit 9b47b5e5ff
+1 -1
View File
@@ -10,4 +10,4 @@ myPromise
.then(value => {counter(value); return "one"})
.then(value => {counter(value); return "two"})
.then(value => {counter(value); return "three"})
.then(value => {counter(value);})
.then(value => {counter(value);});