Created
March 22, 2017 18:12
-
-
Save wwwjsw/db2268089a7378ef52541aa2828781cd 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
| window.onload = function() { | |
| var heading = document.createElement("h1"); | |
| var heading_text = document.createTextNode("Big Head!"); | |
| heading.appendChild(heading_text); | |
| document.body.appendChild(heading); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment