What is Tuples in TypeScript
In this blog we can see what are the Tuples in TypeScript. Tuples in TypeScript : Tuple is a new data type introduced by TypeScript. Tuples can have two different data types as values.Tuples can be used in the same way as any other variable. They can be used as function call arguments. S...