let's take a look at how you can build complex types in TypeScript using examples of JSON-like structures. 1.Plain object const fullName: { firstName: string; lastName: string } = { firstName: 'Lakshmanan', lastName: 'Arumugam' }; console.log(fu...
5 min read
2 min read
6 min read
5 followers
Lead Frontend Engineer | Passionate about Innovation and User-Centric Design
7 min read
9 min read
10 min read