JSFiddle - React, Tailwind, and code Playground
by litespeedtdf
JavaScript
var j =1;
if(j){
console.info('j is empty');
} else {
console.info('j is not empty');
}
by litespeedtdf
var j =1;
if(j){
console.info('j is empty');
} else {
console.info('j is not empty');
}