Booleans are simple: they are either true or false.Like a light switch. on or off.
let isLightOn = false;
You now understand the binary heartbeat of code.Ready for the sound of silence? Null & Undefined.