JavaScript by Radu TM • June 21, 2022
if (!variable) { console.log('The variable is false!'); }
0
19.610
if (!variable) { // do something }