#tutorial
Read more stories on Hashnode
Articles with this tag
For having different types of values associated with variable we can use an object and have keys attached to our requirement. const MatchResult = { ...
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...