By the end of this, students should be able to:
- Manipulate arrays (add new elements, find index of elements, filter arrays)
- Write methods that manipulate arrays
- Convert strings into arrays and manipulate their elements
- Fork and clone this exercise. Run
bundle install
from within this folder. - Following along with the tests in the
spec
directory, write code in thelib
directory to fulfill the tests. - Make git commits for each passing test, push your code to Github and make a pull request.