Skip to content

Commit 24a6d29

Browse files
Update article.md
1 parent 4159a65 commit 24a6d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/01-callbacks/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In the above examples we didn't consider errors. What if the script loading fail
155155

156156
Here's an improved version of `loadScript` that tracks loading errors:
157157

158-
```js run
158+
```js
159159
function loadScript(src, callback) {
160160
let script = document.createElement('script');
161161
script.src = src;

0 commit comments

Comments
 (0)