// https://developer.mozilla.org/en-US/docs/Glossary/Falsy#examples // values that will bypass the 'if'-block: if (false) if (null) if (undefined) if (0) if (-0) if (0n) if (NaN) if ("")