Skip to content

Instantly share code, notes, and snippets.

@ansidev
Last active July 26, 2016 14:55
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/66143f41306ccbbf959b99f34945bc7c to your computer and use it in GitHub Desktop.
Save ansidev/66143f41306ccbbf959b99f34945bc7c to your computer and use it in GitHub Desktop.
if (string) {
// 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