The Any Type in TypeScript
Introduction
In this lesson, we are going to learn about the any type in TypeScript.
The any type is TypeScript allows us to assign a value of any type to a variable. This means, with the any type, a type of a variable's value can be changed.
When to...
benjaminsemah.hashnode.dev2 min read