We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f751b57 + 6bdaf20 commit e7d6d4aCopy full SHA for e7d6d4a
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