This commit is contained in:
Ilya Kantor 2019-06-05 14:45:50 +03:00
parent 82ab3fb82b
commit 2009009f1f
2 changed files with 2 additions and 2 deletions

View file

@ -278,7 +278,7 @@ The good thing is: a `.then` handler is guaranteed to run whether the promise ta
Next, let's see more practical examples of how promises can help us to write asynchronous code.
## Example: loadScript
## Example: loadScript [#loadscript]
We've got the `loadScript` function for loading a script from the previous chapter.