Welcome! Please see the About page for a little more info on how this works.
I'm looking for clojurescript code for the below jquery code. Please help!
$('h3').on('click', function() { $(this).toggleClass('active'); });
https://google.github.io/closure-library/api/goog.dom.classlist.html#toggle
(require '[goog.dom.classlist :as gc]) (gc/toggle node "active")