JSFiddle - React, Tailwind, and code Playground

by Chintan Upadhayay

JavaScript

var string1 = 'prospectivemulticenterrandomized';
var string2 = 'prospectivemulticenterrandomized';
if(string1==string2){

console.log("1");
}else{
console.log("2");
}