resource11 / ruby-vs-js-list-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

Ruby vs. JavaScript: List Challenge

List processing is a very common task in applied computer science. Ruby and JavaScript both have good list processing facilities, but they differ quite a bit. This challenge requires you to solve the same two problems in both Ruby and JavaScript.

Prerequisites

Instructions

You will be completing your work on CodeWars. Work in the browser, and if you want feedback from consultants on your solution, follow these steps:

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Install dependencies.
  4. Create and checkout a new branch to work on.
  5. Fulfill the listed requirements.

For consultants to review your code, place it in lib/challenge.js and lib/challenge.rb.

You may wish to refer to FAQs related to forking, cloning.

Requirements

Complete these exercises in both Ruby and JavaScript:

Bonus

Complete the previous exercises in Python. You will have to do this on your own, outside of CodeWars, since these kata have not been translated.

Complete the following exercises in Ruby, JavaScript, and Python:

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.

About

License:Other


Languages

Language:Ruby 100.0%