We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4a91e commit 6bdaf20Copy full SHA for 6bdaf20
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -60,7 +60,7 @@ So DOMContentLoaded definitely happens after such scripts:
60
```html run
61
<script>
62
document.addEventListener("DOMContentLoaded", () => {
63
- console.log("DOM ready!");
+ alert("DOM ready!");
64
});
65
</script>
66
0 commit comments