Clarify confusing point
This commit is contained in:
parent
c3b904def3
commit
250f9a38a8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function loadScript(src, callback) {
|
||||||
*!*
|
*!*
|
||||||
loadScript('https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js', script => {
|
loadScript('https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js', script => {
|
||||||
alert(`Cool, the script ${script.src} is loaded`);
|
alert(`Cool, the script ${script.src} is loaded`);
|
||||||
alert( _ ); // function declared in the loaded script
|
alert( _ ); // _ is a function declared in the loaded script
|
||||||
});
|
});
|
||||||
*/!*
|
*/!*
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue