JSFiddle - React, Tailwind, and code Playground
JavaScript
var string1 = 'prospectivemulticenterrandomized';
var string2 = 'prospectivemulticenterrandomized';
if(string1==string2){
console.log("1");
}else{
console.log("2");
}
var string1 = 'prospectivemulticenterrandomized';
var string2 = 'prospectivemulticenterrandomized';
if(string1==string2){
console.log("1");
}else{
console.log("2");
}