Question from the Typescript - Overview test

What is a tuple in TypeScript?

Archived

What is a tuple in TypeScript?

Author: Vincent CotroStatus: Archived(New question!)Question passed 165 times
-1
Community Evaluations
developer avatar
Jake
01/11/2023
This answer is not correct. Answer 1 and 3 are BOTH correct. Tuples ARE ordered in typescript, therefore they CAN be used to store an ordered list of elements.
developer avatar
Vincent Cotro
03/11/2023
Hi Jake, Answer 3 is subject to discussion. I understand that it is true but most of the developers are choosing answer 1 vs answer 3. I will validate your alternative question and remove this answer to make it less debatable.
developer avatar
Jake
04/11/2023
If most developers are choosing 1 or 3 but only 1 is correct than only one answer should be selectable. If multiple answers can be selected, the implication is that multiple answers can be correct. You should change the format of the test if you only want one answer to be selectable.