Getting Started with TypeScript
JavaScript is a dynamically typed language, which means a variable can hold values of different types during the execution of a program.
For example,
let userName = "iron man"
The following is allowe
delfina-ghimire.hashnode.dev13 min read