JSFiddle - React, Tailwind, and code Playground

by pierian_design

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);