DEV Community

bin
bin

Posted on

13-Tuples

tuple only exist in ts, not exist in js

if we use array, we can't ensure the sequence of the elements.

tuple can make sure the order in the array.

we can also change a value in a tuple

Top comments (0)