Skip to content

Instantly share code, notes, and snippets.

@ansidev
Last active July 31, 2016 14:00
Show Gist options
  • Save ansidev/8ca8e65ccfdd2f3d01e8d9c2745ba932 to your computer and use it in GitHub Desktop.
Save ansidev/8ca8e65ccfdd2f3d01e8d9c2745ba932 to your computer and use it in GitHub Desktop.
if (Boolean(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