Pregunta

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?

¿Fue útil?

Solución

Like so:

(.write js/document "hey")
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top