Skip to content

Instantly share code, notes, and snippets.

@Sairahcaz
Created August 24, 2022 20:05
Show Gist options
  • Save Sairahcaz/44cb460f7c5b9c652aa25c72d4c7d468 to your computer and use it in GitHub Desktop.
Save Sairahcaz/44cb460f7c5b9c652aa25c72d4c7d468 to your computer and use it in GitHub Desktop.
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