JSFiddle - React, Tailwind, and code Playground
JavaScript
var Value1 = 0;
console.log(Value1);
if( Value1.length > 0 ) {
console.log(" 0 > 0 ?");
} else {
console.log(" 0 = 0");
}
var Value1 = 0;
console.log(Value1);
if( Value1.length > 0 ) {
console.log(" 0 > 0 ?");
} else {
console.log(" 0 = 0");
}