Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created November 2, 2020 14:12
Show Gist options
  • Save ranamahmud/5c01777899f3cf3eb140a94b98819882 to your computer and use it in GitHub Desktop.
Save ranamahmud/5c01777899f3cf3eb140a94b98819882 to your computer and use it in GitHub Desktop.
var country1 = "Bangladesh";
var country2 = "bangladesh";
console.log(country1 == country2)
false // results false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment