Created
September 24, 2018 22:54
-
-
Save cataska/da5b0deec4da560811758d92b3c005ea to your computer and use it in GitHub Desktop.
This file contains 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
alert("ClojureScript") | |
console.log("Hello") | |
el.innerHtml | |
el["innertHtml"] | |
el.innerHtml = "ClojureScript" | |
el["innerHtml"] = "ClojureScript" | |
{a: 1, b: true, c: null} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment