about | help | code help+videos | done | prefs |
Write a RECURSIVE method that returns the string parameter in reverse order. Look at the test data for examples. Note that palindromes are the same forwards and backwards and that some of the test data are palindromes. aaa2reverseIt("testing") → "gnitset" aaa2reverseIt("run") → "nur" aaa2reverseIt("amanaplanacanalpanama") → "amanaplanacanalpanama" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 480
Copyright Nick Parlante 2017 - privacy