Skip to content

learn-co-curriculum/ruby-array-practice-array-methods-review-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction To Arrays Lab

Objectives

  1. Create arrays in different ways.
  2. Use array indexes to return values from an array.
  3. Use methods to traverse an array.
  4. Reference the Ruby documentation throughout your workflow.

Instructions

  1. Fork and clone this repository.
  2. Run the test suite with the learn command in your command line.
  3. The first set of tests will require you to build methods that instantiate and return arrays. Read the _spec.rb file to learn what is required of you to get the tests passing.
  4. The second set of tests requires you to use indexing to access certain array elements. Read the _spec.rb file to learn what is required of you to get the tests passing.
  5. The third set of tests requires you to use array methods to access array elements and perform other operations on arrays. Read the _spec.rb file to learn what is required of you to get the tests passing.

Resources

Ruby Docs - Array

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages