سؤال

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