We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85ecaa commit 302abadCopy full SHA for 302abad
1-js/10-es-modern/11-promise/1-promise-settimeout/task.md
@@ -7,7 +7,7 @@
7
```js
8
delay(1000)
9
.then(() => alert("Hello!"))
10
-````
+```
11
12
Такая полезна для использования в других промис-цепочках.
13
0 commit comments