MCQS | Which among the following is false with respect to map in Swift?

Question:Which among the following is false with respect to map in Swift?

1.used for transforming an array of A to array of B

2.Changes the type of array

3.iterates through array

4.populates a new array with the transformed elements