#learning
Read more stories on Hashnode
Articles with this tag
Any type in TypeScript allows a variable to have any datatype. We revert to JavaScript if you use any keyword. // A variable of type any can take any...
What is TypeScript? TypeScript is a programming language built on top of JavaScript to give it extra features. Primarily to add types to the...
Today I started to learn TypeScript. My further goal is to learn Angular as well for projects. I will be using TypeScript for my upcoming projects so,...