Giter Site home page Giter Site logo

ruby-data-types-lab's Introduction

Ruby Data Class Types Lab

This guide assumes you have Ruby installed on your machine, a text editor, and a Github account already in place.

Here, you will write methods containing each of the data types mentioned in theRuby Data Types lesson.

  1. Write a method called ua_1a_class_size that takes 2 arguments, new_students (number) and class_size (number) and adds them together to return the new class size.
  2. Write a method called todays_class_schedule that takes an argument of an array and returns the array.
  3. Write a method called student_quirks that returns a hash of the students with their quirks.

Installation

To get started, fork this lab to your GitHub account, copy the repo url, then in your terminal enter:

git clone {repo url}

This will create a repository in your github and download your repo to your local machine so you can start working on it. When you solved all test cases follow thes steps:

git add .

This will add all files in your current directory to be committed to Github.

git commit -m "Done."

This will commit the changes you made and ready them to be pushed to Github. The `-m "Done."' part will add a message expalaining your commit.

git push

This will push your changes to the associated Github repo.

ruby-data-types-lab's People

Contributors

bmweygant avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.