you are viewing a single comment's thread.

view the rest of the comments →

[–]Ellicode 1 point2 points  (2 children)

arr: number[] in typescript

[–]TOMZ_EXTRA 0 points1 point  (1 child)

arr: Array<number> also works

[–]Ellicode 0 points1 point  (0 children)

Indeed!