we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "check if 2 strings matches js"
Isidora
27 May 2016
1use "==":
2example:
3if("string" == "string") {
4//This is yes
5} else {
6//This is no
7}