First exercise on Manipulating Arrays:
import
{
listOfDestinations
}
from
‘grasshopper.travel’
;
let
numberOfDestinations
=
listOfDestinations
;
console
.
log
(
'There are ’
numberOfDestinations
’ to choose from.’
)
;
numberOfDestinations
.
length
listOfDestinations
.
length
;
There’s no buttom there to use the “=” to be make " numberOfDestinations.length = listOfDestinations.length"