Answers for "check if 2 strings matches js"

0

check if 2 strings matches js

use "==":
example:
if("string" == "string") {
//This is yes
} else {
//This is no
}
Posted by: Guest on August-01-2020

Code answers related to "check if 2 strings matches js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language