You are viewing a single comment's thread. Return to all comments →
JavaScript:
// Write your code here var i=1; while(i<=d){ arr.push(arr.shift()); i++; } return arr; }
Seems like cookies are disabled on this browser, please enable them to open this website
Left Rotation
You are viewing a single comment's thread. Return to all comments →
JavaScript: