Creates an iterator whose values are the result of applying the callback to the values from this iterator.
method
url.URLSearchParamsIterator.map
@param callbackfn
A function that accepts up to two arguments to be used to transform values from the underlying iterator.