Вопрос

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?

Это было полезно?

Решение

Like so:

(.write js/document "hey")
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top