This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
What would be the equivalent of (js/console.log (.. event -target -value))
using cljs-bean.core's ->clj? I was thinking it was (-> event ->clj :target :value js/console.log)
bu that seems to print null