We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4159a65 commit 24a6d29Copy full SHA for 24a6d29
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