Domanda

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?

È stato utile?

Soluzione

Like so:

(.write js/document "hey")
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top