Skip to content

Commit 1ae7fbf

Browse files
committed
Merge pull request iliakan#71 from oowl/patch-1
One symbol fix
2 parents f85ecaa + 302abad commit 1ae7fbf

File tree

1 file changed

+1
-1
lines changed
  • 1-js/10-es-modern/11-promise/1-promise-settimeout

1 file changed

+1
-1
lines changed

1-js/10-es-modern/11-promise/1-promise-settimeout/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```js
88
delay(1000)
99
.then(() => alert("Hello!"))
10-
````
10+
```
1111

1212
Такая полезна для использования в других промис-цепочках.
1313

0 commit comments

Comments
 (0)