how to display html table if condition greater then 0 in javascript code example
Example: javascript if and statement
let a = 1;
let b = 2;
if(a == 1 && b ==2){
// Code here
}
let a = 1;
let b = 2;
if(a == 1 && b ==2){
// Code here
}