Create a marquee effect: given a string, return an array with each rotation where the first letter moves to the end. Example: "abc" -> ["abc","bca","cab"]
Click Run to test your code