Quartz 5

Home

❯

Org-roam

❯

Empty values

Empty values

Aug 05, 20261 min read

Empty values

Syntax

There are two special empty values, null & undefined that denote the absence of any meaningful value. They can be used interchangeably and are an [[https://medium.com/@stephenthecurt/a-brief-history-of-null-and-undefined-in-javascript-c283caab662e]\[accident of JavaScripts design]].

console.log(null == undefined);

Graph View

  • Empty values
  • Syntax

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community