Skip to content

Commit 3fd3f98

Browse files
authored
- run
1 parent c151e11 commit 3fd3f98

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

+1-1
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)