Tuples in TypeScript
What is a Tuples Tuple is an array like structure where each element at every index represents some property of a record. But the difference is that every single element inside the array like structure will represent one particular property about som...
Nov 26, 20233 min read4

