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...
siddhantsiddh15.hashnode.dev3 min read