displaying Tuple values using functions in typescript, displayed extra value undefined reason code example
Example: typescript integer
// There is no int type, use number
const myInt: number = 17;
const myDecimal: number = 17.5;
// There is no int type, use number
const myInt: number = 17;
const myDecimal: number = 17.5;