@teodorlu you can use this hack - it's not perfect but it makes it easier to inspect objects:
(defn log [& args] (apply js/console.log (clj->js args)) (first args))