wip
This commit is contained in:
parent
8c2dfee980
commit
a488900e23
3 changed files with 20 additions and 8 deletions
|
|
@ -1,3 +1,13 @@
|
|||
(ns nrepl)
|
||||
|
||||
(+ 1 2 3)
|
||||
|
||||
(->
|
||||
(js/document.getElementsByTagName "body")
|
||||
first
|
||||
(.append
|
||||
(doto (js/document.createElement "p")
|
||||
(.append
|
||||
(js/document.createTextNode "there")))))
|
||||
|
||||
(js/alert "Isn't this cool? :)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue