Skip to content

Instantly share code, notes, and snippets.

@jlongster
Created February 3, 2016 04:01
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 jlongster/d5f1ef9b89f8647e2579 to your computer and use it in GitHub Desktop.
Save jlongster/d5f1ef9b89f8647e2579 to your computer and use it in GitHub Desktop.
cljs.user=> (case (type "foo") js/String "yea" "no")
"no"
cljs.user=> (= (type "foo") js/String)
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment