I hear array methods like map, foreach, filter underlying creates a copy of the array in memory. Thus, it is not very efficient to use it than just use for/while loop. I wou