Skip to content

Instantly share code, notes, and snippets.

@cataska
Created September 24, 2018 22:54
Show Gist options
  • Save cataska/da5b0deec4da560811758d92b3c005ea to your computer and use it in GitHub Desktop.
Save cataska/da5b0deec4da560811758d92b3c005ea to your computer and use it in GitHub Desktop.
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