Given an array and a number N. Write a recursive function that rotates an array N places to the left. ( Hint : to add element to the beginning use unshift() ) [‘a ...