undefined ↔ Primitive Value to rep Variable "not initialized" or "not existing" (for object property)
Argument
Value import as Parameter input to function
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)void↔ JS Operator to evalute Operand as Expression & returnundefineduse ": [void](void)" for functions that↔ should returnnull/undefinedOptional Chaining↔ JS Syntax to conditionally call Chain or Dot Notation if function/property exists, else returnundefined"strictNullChecks": true↔ tothrowException when access Variable which potentially benull/undefinedNon-Null Assertion Operator↔ postfix!Type Assertion to Assert that Variable ≠undefined||null