JS

TypeScript Quiz - variable two-dimensional point t...

7.

We have a variable that will hold a two-dimensional point (GPS Coordinates: latitude and longitude). What is the most appropriate type annotation for this?

[number, number]

boolean

string

number