null ↔ Primitive Value rep absence of any value; explicitly empty
_!snippet equality null vs undefined_
References
Primitive Value↔undefined,null,number,bigint,boolean,string,symbolUNNBBSS↔undefined,null,number,bigint,boolean,string,symbol??↔ Nullish Coalescing Operator to assign left calling Operand if!==null/undefined, else assign fallback value (right Operand)use ": [void](void)" for functions that↔ should returnnull/undefined"strictNullChecks": true↔ tothrowException when access Variable which potentially benull/undefinedNon-Null Assertion Operator↔ postfix!Type Assertion to Assert that Variable ≠undefined||null