Skip to content

Instantly share code, notes, and snippets.

@GulajavaMinistudio
Last active December 20, 2019 03:15
Show Gist options
  • Save GulajavaMinistudio/f2ba56b351c7e257cecbf291b4d0c21f to your computer and use it in GitHub Desktop.
Save GulajavaMinistudio/f2ba56b351c7e257cecbf291b4d0c21f to your computer and use it in GitHub Desktop.
TesPlaygroundWeb
<div>
<p>Hello World</p>
<div id="hello"></div>
</div>
const documentdata = document.getElementById('hello');
documentdata.innerHTML = "Hello Tes";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment