/ruby-vs-js-array-methods-study

This is a study that inherits from node-template and study-template.

Primary LanguageJavaScriptOtherNOASSERTION

General Assembly Logo

Ruby vs JavaScript Array Methods Study

We've learned a lot about Ruby array methods, and you may have noticed that they are similar to many JavaScript array methods we've already used. In this study, you will use JavaScript instead of Ruby to solve the same problems we solved in class, and explain the similarities and differences between the two languages.

Prerequisites

Objectives

By the end of this, developers should be able to:

  • Explain the differences between JavaScript and Ruby array iteration methods.
  • Compare and contrast functions that parse CSV files in JS and Ruby

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. npm install
  4. Create and checkout a new branch, named response.
  5. Follow the directions given in study.md.
  6. When finished, push to your fork and submit a pull request.

You may wish to refer to FAQs related to forking, cloning, and pull requests.

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.