JSFiddle - React, Tailwind, and code Playground
JavaScript
var a = 1;
var b = 2;
var ttt = true;
if (a === 1 && b === 2 && ttt === true) {
console.log("s");
} else {
b = 0;
}
console.log(b);
var a = 1;
var b = 2;
var ttt = true;
if (a === 1 && b === 2 && ttt === true) {
console.log("s");
} else {
b = 0;
}
console.log(b);