TypeScript Fundamentals: Learn TypeScript from Scratch
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

The Unknown Type in Typescript

In this lesson, we learn to combine the unknown type with type assertions to force callers of our functions to think about the returned type and explicitly state it.