Skip to content

Instantly share code, notes, and snippets.

@ansidev
Last active July 26, 2016 15:06
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 ansidev/06799658866d0f9c960eb9f6f1060085 to your computer and use it in GitHub Desktop.
Save ansidev/06799658866d0f9c960eb9f6f1060085 to your computer and use it in GitHub Desktop.
if (string == "true") {
// do something if string is "true"
}
else {
// do something if string is "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment