Difference between an undefined value and a missing property in TypeScript
There is one serious issue with the default behavior of the typescript compiler w.r.t optional types.
To properly understand the difference between an undefined value and a missing property, let's take an example -
Let's say we have the following Pro...
anmol-kansal.hashnode.dev2 min read