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}