Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2009009

Browse files
committed
minor
1 parent 82ab3fb commit 2009009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎1-js/11-async/02-promise-basics/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The good thing is: a `.then` handler is guaranteed to run whether the promise ta
278278

279279
Next, let's see more practical examples of how promises can help us to write asynchronous code.
280280

281-
## Example: loadScript
281+
## Example: loadScript[#loadscript]
282282

283283
We've got the `loadScript` function for loading a script from the previous chapter.
284284

‎1-js/11-async/03-promise-chaining/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Returning promises allows us to build chains of asynchronous actions.
146146

147147
## Example: loadScript
148148

149-
Let's use this feature with `loadScript` to load scripts one by one, in sequence:
149+
Let's use this feature with the promisified `loadScript`, defined in the [previous chapter](/promise-basics#loadscript), to load scripts one by one, in sequence:
150150

151151
```js run
152152
loadScript("/article/promise-chaining/one.js")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /