map calls a provided callback function once for each element in an array, in order, and constructs a new array from the results. callback is invoked with three arguments: the value of the element, the index of the element, and the Array object being traversed.
This is because from Array.prototype.map
Also from parseInt()
So when this is executing it will return