Introduction to TypeScript's Many Objects
Explore the different object types in TypeScript including Object versus object and the role of curly braces. Learn to distinguish these forms and understand how non-primitive types are represented through class instantiation and Object.create in this lesson.
We'll cover the following...
We'll cover the following...
TypeScript has many different object types.
In this section, we will see the difference between the two objects which are confusingly called ...