We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b08a40 commit c18b4d6Copy full SHA for c18b4d6
0x15-javascript-web_jquery/100-script.js
@@ -0,0 +1,3 @@
1
+document.addEventListener('DOMContentLoaded', function () {
2
+ document.querySelector('HEADER').style.color = '#FF0000';
3
+});
0 commit comments