Skip to content

Instantly share code, notes, and snippets.

@robinpokorny
Created July 24, 2021 12:34
Show Gist options
  • Save robinpokorny/874c2b57405d08ddcbb7f8c1e02ceb59 to your computer and use it in GitHub Desktop.
Save robinpokorny/874c2b57405d08ddcbb7f8c1e02ceb59 to your computer and use it in GitHub Desktop.
JSON.stringify({ x: Symbol(), y: undefined })
// -> "{}"
JSON.stringify([Symbol(), undefined])
// -> "[null,null]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment