Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ranamahmud/e0bc8f78da6373f8545d9c62ee284dd7 to your computer and use it in GitHub Desktop.
Save ranamahmud/e0bc8f78da6373f8545d9c62ee284dd7 to your computer and use it in GitHub Desktop.
var num1 = 5;
var num2 = "5";
console.log(num1 == num2)
true // output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment