Skip to content

Instantly share code, notes, and snippets.

@latentflip
Forked from paulanthonywilson/gist:1153714
Created August 18, 2011 09:32
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 latentflip/1153740 to your computer and use it in GitHub Desktop.
Save latentflip/1153740 to your computer and use it in GitHub Desktop.
Stringy
"hello" === "hello #true
String("hello") === "hello" #true
new String("hello") === "hello" #false
new String("hello") == "hello" #true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment