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 4104eba

Browse files
Merge pull request #3704 from Alexandre887/patch-10
Inappropriate code `run`
2 parents 62827d8 + 3fd3f98 commit 4104eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -46,7 +46,7 @@ Later we'll see how "fans" can subscribe to these changes.
4646

4747
Here's an example of a promise constructor and a simple executor function with "producing code" that takes time (via `setTimeout`):
4848

49-
```js run
49+
```js
5050
let promise = new Promise(function(resolve, reject) {
5151
// the function is executed automatically when the promise is constructed
5252

0 commit comments

Comments
(0)

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