Topic: Coding MOC Objects in Typescript Code let car: { brand: string; year: number; } = { brand: "toyota", year: 2020 } References FreeCodeCamp