TypeScript Fundamentals
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.

Functions: Parameter Destructuring, Void, and Optional Params in TypeScript

In this lesson we learn more about working with functions in TypeScript including:

  • using object destructuring for function params
  • using void for functions with no return
  • and making params optional