Created
December 29, 2016 05:52
-
-
Save aavrug/bd0ebb7996b1f6f4d959cdf102844575 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
//For image | |
[![enter image description here][1]][1] | |
[1]: https://i.stack.imgur.com/91ZSe.png | |
//For snippet | |
<!-- begin snippet: js hide: false console: true babel: false --> | |
<!-- language: lang-js --> | |
var element = document.getElementById("h1"); | |
element.innerHTML = "Test 2"; | |
<!-- language: lang-html --> | |
<h1 id="h1">Test 1</h1> | |
<!-- end snippet --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment