Skip to main content
๐Ÿ”ฎ Output PredictionTS TypeScript Medium+20 XP

Optional Chaining

What is the output?

TypeScript
const user = { name: "Alice", address: undefined };
console.log(user.address?.city ?? "Unknown");

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep