Both a
and url
are simply identifiers that are used to denote a parameter in the declaring of their respective arrow functions. Whilst it’s useful to pick identifiers that signify the nature of the parameter’s values, I could have easily used x
for both of them.
…or string (as is the case here).