This commit is contained in:
Devan Thakur 2019-03-19 12:14:00 +05:30 committed by GitHub
parent 440f4086d4
commit 1a54a9ea83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ promise.then(function(result) {
});
```
What we did here is just several handlers to one promise. They don't pass the result to each other, instead they process it idependantly.
What we did here is just several handlers to one promise. They don't pass the result to each other, instead they process it independently.
Here's the picture (compare it with the chaining above):