How to make object properties optional in TypeScript?
Originally Published Here ๐!
To make object properties optional, we can declare the variable name, followed by the : symbol (colon), followed by the {} symbol (Open and close curly brackets). Inside the brackets, we can define the name of the proper...
melvingeorge-me.hashnode.dev2 min read