Frage

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?

War es hilfreich?

Lösung

Like so:

(.write js/document "hey")
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top