Question

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?

Was it helpful?

Solution

Like so:

(.write js/document "hey")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top