Skip to content

Instantly share code, notes, and snippets.

@jhonalino
Created May 29, 2018 19:57
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 jhonalino/870acc3651ce832f5e0531238d8b25bf to your computer and use it in GitHub Desktop.
Save jhonalino/870acc3651ce832f5e0531238d8b25bf to your computer and use it in GitHub Desktop.
if(num === 10 || num === "10") {
//do someting
}
if(num == 10) {
//do someting
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment