ClojureScript Goodies
;Get all methods/properties of some object | |
(goog.object/getKeys some-object) | |
;Getting undefined errors? Use undefined? to probe | |
(undefined? load-namespace) | |
(undefined? str) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment