Skip to content

Instantly share code, notes, and snippets.

@tommykw
Last active May 4, 2022 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommykw/e40b53e5fcb85562077ce7c910a03fb7 to your computer and use it in GitHub Desktop.
Save tommykw/e40b53e5fcb85562077ce7c910a03fb7 to your computer and use it in GitHub Desktop.
[1, 2, 3]
[1, 2, null, 3].filter((i) => i != null).map((i) => i ?? '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment