Skip to content

Instantly share code, notes, and snippets.

@avielb
Last active November 4, 2019 17:40
Show Gist options
  • Save avielb/21a7e2cc9b720fe630e149bdce234bf2 to your computer and use it in GitHub Desktop.
Save avielb/21a7e2cc9b720fe630e149bdce234bf2 to your computer and use it in GitHub Desktop.
https://bit.ly/2zurczJ
0==false // true, because false is equivalent of 0
0===false // false, because both operands are of different type
2=="2" // true, auto type coercion, string converted into number
2==="2" // false, since both operands are not of same type
http://www.seleniumhq.org/download/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment