Skip to content

Instantly share code, notes, and snippets.

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