Reagent
This commit is contained in:
parent
b10fa0e9ca
commit
347903bd29
5 changed files with 18 additions and 137 deletions
|
|
@ -1,15 +0,0 @@
|
|||
(ns nrepl)
|
||||
|
||||
(+ 1 2 3)
|
||||
|
||||
(->
|
||||
(js/document.getElementsByTagName "body")
|
||||
first
|
||||
(.append
|
||||
(doto (js/document.createElement "p")
|
||||
(.append
|
||||
(js/document.createTextNode "there")))))
|
||||
|
||||
(defn foo [])
|
||||
|
||||
(js/alert "Isn't this cool? :)")
|
||||
Loading…
Add table
Add a link
Reference in a new issue