Object Types in TypeScript
Introduction
Objects are one of the most common data types to work with in JavaScript. An object has key-value pairs. The keys represents properties. And each property has a corresponding value. TypeScript has Object Types too.
Defining an Object in...
benjaminsemah.hashnode.dev3 min read