Class with Types
OOP with types.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: class Dog { constructor(public name: string) {} }
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
OOP with types.
Write: class Dog { constructor(public name: string) {} }