Created
August 24, 2022 20:05
-
-
Save Sairahcaz/44cb460f7c5b9c652aa25c72d4c7d468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var myHeading = document.querySelector('h1'); | |
myHeading.textContent = 'Hallo Welt!'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment