๐ Bug HuntHT HTML Hardโก+35 XP
Broken Script Load
The script runs before the DOM is ready.
๐ Find the bug
1
<head>2
<script src="app.js"></script>3
</head>๐ The bug is on line 2
The script runs before the DOM is ready.
<head> <script src="app.js"></script></head>