I have a array:
let array = [1,2,3,4,5]
I need to perform a for loop on this array where at each number I need to add +90, and -90
now