Skip to content

Instantly share code, notes, and snippets.

@PKTseng
Created August 1, 2020 14:33
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 PKTseng/b5d86a0445fc4837bf2f474fef5553a7 to your computer and use it in GitHub Desktop.
Save PKTseng/b5d86a0445fc4837bf2f474fef5553a7 to your computer and use it in GitHub Desktop.
if ( firstName === 'ken' && secondName === 'bob'){
 alert('hi ken or bob')
}
var firstName = 'ken';
var secondName = 'bob';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment