We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9221a07 commit 04bc279Copy full SHA for 04bc279
new.html
@@ -36,6 +36,8 @@
36
37
window.onload = event => {
38
/* Your media (images, etc.) just loaded */
39
+ const root = $(`#root`)
40
+ const elements = $$(`div`)
41
}
42
43
</script>
0 commit comments