Skip to content

Instantly share code, notes, and snippets.

@PaulRosset
Created June 29, 2022 13:27
Show Gist options
  • Save PaulRosset/eff88776ae7cf4a42ca33b4d95e3449f to your computer and use it in GitHub Desktop.
Save PaulRosset/eff88776ae7cf4a42ca33b4d95e3449f to your computer and use it in GitHub Desktop.
Coalescing operator
const contactInfos = { address: "20B Rue Lafayette" };
console.warn(contactInfos.user?.phoneNumber ?? "")
// ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment