Skip to content

Commit 250f9a3

Browse files
authored
Clarify confusing point
1 parent c3b904d commit 250f9a3

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
@@ -102,7 +102,7 @@ function loadScript(src, callback) {
102102
*!*
103103
loadScript('https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js', script => {
104104
alert(`Cool, the script ${script.src} is loaded`);
105-
alert( _ ); // function declared in the loaded script
105+
alert( _ ); // _ is a function declared in the loaded script
106106
});
107107
*/!*
108108
```

0 commit comments

Comments
 (0)