Exercise #64: Assertion Functions And Classes
Advanced Patterns ยท 04-classes
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Type the assertion method so it narrows `this.loggedInUser`.
Check Solution
Run "Check Solution" to validate your code in the browser.