Transcript
00:00 Alright. So sometimes you might have a type or an object that, has some versions of that have properties that are optional. So some might have it, some might not. So in our example of our user profiles, Alice has a name and an email, but not a bio and a website. So how do you type this and how do you, access those properties if they may or may not be there?
00:23 That's what this exercise is all about and I think you're gonna enjoy it. So let's get right to it.
