Ivan's Cool Obsidian Vault

Home

❯

006 Main Notes

❯

Coding

❯

TypeScript

❯

Objects

Objects

Sep 15, 20251 min read

  • child
  • typescript
  • computer-science

2025-09-04 18:14

Status: child

Tags: typescript computer-science

Objects in Typescript

Code

let car: {
	brand: string;
	year: number;
} = {
	brand: "toyota",
	year: 2020
}

References

FreeCodeCamp


Graph View

  • Objects in Typescript
  • Code
  • References

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community