We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5195b5 + 24a6d29 commit d8958e2Copy full SHA for d8958e2
1-js/11-async/01-callbacks/article.md
@@ -155,7 +155,7 @@ In the above examples we didn't consider errors. What if the script loading fail
155
156
Here's an improved version of `loadScript` that tracks loading errors:
157
158
-```js run
+```js
159
function loadScript(src, callback) {
160
let script = document.createElement('script');
161
script.src = src;
0 commit comments