We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66df8e0 commit 597ac01Copy full SHA for 597ac01
2-ui/5-loading/03-onload-onerror/article.md
@@ -41,8 +41,8 @@ document.head.append(script);
41
42
*!*
43
script.onload = function() {
44
- // the script creates a helper function "_"
45
- alert(_); // the function is available
+ // the script creates a variable "_"
+ alert( _.VERSION ); // shows library version
46
};
47
*/!*
48
```
0 commit comments