sync
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
let h2 = document.querySelector('h2');
|
||||
h2.innerText = 'The DOM is Magical';
|
||||
});
|
||||
Reference in New Issue
Block a user