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?

Était-ce utile?

La solution

Like so:

(.write js/document "hey")
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top