check if 2 strings matches js code example
Example: check if 2 strings matches js
use "==":
example:
if("string" == "string") {
//This is yes
} else {
//This is no
}
use "==":
example:
if("string" == "string") {
//This is yes
} else {
//This is no
}