How do I declare a variable in TypeScript? What is a inferred type? Know this and more about TypeScript super powers on his variables.
Surely you want to know the differences in the way arrays are created in TypeScript. Are they better than in JavaScript? What advantages do they have? This article is an approach to the behavior of arrays in TypeScript.
TypeScript is strict with its data typing but it allows us to create custom data types at convenience thanks to interfaces. In this post I explain in a very basic way how to use them and take advantage of their potential in application development.