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.

What is Static Typing in TypeScript?

JavaScript is a dynamically typed language. While this makes it very flexible, it also can cause issues.

In contrast, TypeScript's static types mean variables, objects, and functions are predictable and limited to a specific type (or types).