Pergunta

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?

Foi útil?

Solução

Like so:

(.write js/document "hey")
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top