We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b904d commit 250f9a3Copy full SHA for 250f9a3
1-js/11-async/01-callbacks/article.md
@@ -102,7 +102,7 @@ function loadScript(src, callback) {
102
*!*
103
loadScript('https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js', script => {
104
alert(`Cool, the script ${script.src} is loaded`);
105
- alert( _ ); // function declared in the loaded script
+ alert( _ ); // _ is a function declared in the loaded script
106
});
107
*/!*
108
```
0 commit comments