We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e12a8f commit 2692eb6Copy full SHA for 2692eb6
1-js/11-async/06-promisify/article.md
@@ -6,7 +6,7 @@
6
7
Например, у нас есть `loadScript(src, callback)` из главы <info:callbacks>.
8
9
-```js run
+```js
10
function loadScript(src, callback) {
11
let script = document.createElement('script');
12
script.src = src;
0 commit comments