Skip to content

Instantly share code, notes, and snippets.

@meghs12
Created May 25, 2025 16:49
Show Gist options
  • Save meghs12/0628ea4a57d3c1df837d0195d0caa256 to your computer and use it in GitHub Desktop.
Save meghs12/0628ea4a57d3c1df837d0195d0caa256 to your computer and use it in GitHub Desktop.
null example
let y = null;
console.log(typeof y); // "object" (this is a known quirk in JavaScript):contentReference[oaicite:48]{index=48}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment