As for your error, `::` denotes a method while the...
# getting-started
c
As for your error,
::
denotes a method while the
.
actually invokes that function (which is what
map
expects)