Skip to content

Instantly share code, notes, and snippets.

@bgoonz
Created March 13, 2021 23:54
Show Gist options
  • Save bgoonz/ca7a48c316345f6f7acd9383e13fb23e to your computer and use it in GitHub Desktop.
Save bgoonz/ca7a48c316345f6f7acd9383e13fb23e to your computer and use it in GitHub Desktop.
let rotateRight = function (array, num) {
let result = array.slice(0);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment