2022-01-12 14:58:42 -08:00

7 lines
94 B
JavaScript

> if (!(x.length === 0)) {
"x is not empty.";
} else {
"x is empty.";
}
'x is not empty.'