aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/t06.cljs
blob: af3440c7fcdd50eaec656c86c410107aa9fca37e (plain)
1
2
3
4
5
6
7
8
(ns test)
(defn setText [])

(prn :yo)
(prn (.. clojure print-method methodTable))
(prn (JQuery "#nice"))
(prn (.ready ($ document) test/setText))
(prn (+ 1 2 3 4))