Skip to content

Instantly share code, notes, and snippets.

@dsosby
Created September 18, 2012 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsosby/3744784 to your computer and use it in GitHub Desktop.
Save dsosby/3744784 to your computer and use it in GitHub Desktop.
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