We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62827d8 + 3fd3f98 commit 4104ebaCopy full SHA for 4104eba
1-js/11-async/02-promise-basics/article.md
@@ -46,7 +46,7 @@ Later we'll see how "fans" can subscribe to these changes.
46
47
Here's an example of a promise constructor and a simple executor function with "producing code" that takes time (via `setTimeout`):
48
49
-```js run
+```js
50
let promise = new Promise(function(resolve, reject) {
51
// the function is executed automatically when the promise is constructed
52
0 commit comments