#promises
Read more stories on Hashnode
Articles with this tag
.then() returns a value: p gets fulfilled with the returned value as its value. doesn't return anything: p gets fulfilled with undefined. throws an...