Skip to content

Commit 9787f36

Browse files
authored
Merge pull request #3058 from smith558/patch-2
Clarify confusing point
2 parents c08dec6 + 250f9a3 commit 9787f36

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)