Reputation: 5412
It's very often convenient to be able to print things in a simple way when debugging.
How do I call document.write in Clojurescript?
Upvotes: 6
Views: 1061
Reputation: 201
Like so:
(.write js/document "hey")
Upvotes: 12