JSFiddle - React, Tailwind, and code Playground
by realhunts
JavaScript
var x=0;
var output = "hello";
if (x==5) {
output = output + " world";
}
console.log(output);
by realhunts
var x=0;
var output = "hello";
if (x==5) {
output = output + " world";
}
console.log(output);