Skip to content

Instantly share code, notes, and snippets.

@ansidev
Last active July 26, 2016 14:55
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