At some point in your TypeScript journey, you've probably written code like this: email: string zipCode: string stateCode: string These fields are all defined as simple strings. But are they really just strings? Can you accidentally swap an email ad...
akhansari.tech6 min read
No responses yet.