Skip to content

WDI-HK-7/wdi_1_ruby_lab_arrays

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo

Ruby Array Lab

Objectives

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

Instructions

  • Fork and clone this exercise. Run bundle install from within this folder.
  • Following along with the tests in the spec directory, write code in the lib directory to fulfill the tests.
  • Make git commits for each passing test, push your code to Github and make a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%