AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
TypeScript Helps You Identifying Things
TypeScript is going to let you know if that property should be there every single time no matter what. It helps you identify things too when you're working with third party API or anything like that. The two common ones that popped up for me a few times was first, you assume something is an like a type, but it is an array of that type. And I had refactored a bunch of Axios requests into on the server side. Fetch is just the response dot and you can access your properties there.