Type any in Typescript
Introduction
In this blog, we will learn about any type in TypeScript. The any type is TypeScript allows us to assign a value of any type to a variable. This means, with any type, a type of a variable's value can be changed.
When to use any type ?
Th...
makereading.com2 min read