#typescript
Read more stories on Hashnode
Articles with this tag
In JavaScript/Typescript, it is possible to convert a UTC time in ISO 8601 format to a date string in the "yyyy-mm-dd" format using built-in methods....
An interface in TypeScript is a contract that defines the structure of an object. It specifies the properties and methods that an object should have,...
In TypeScript, both interfaces and types serve similar purposes: they define the structure of an object. However, there are some key differences...