Skip to content

Instantly share code, notes, and snippets.

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