Skip to content

CoderAcademy-MEL/ruby-test-a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Ruby Test A

Instructions

You may NOT use Google. These questions are to test how you are progressing through the material, and to give you some feedback about where you might improve. Get through as many of these as you can. If you don’t get through all of them it’s ok - they are designed to take longer than the available time. If you can’t remember a bit of code, write the pseudo-code that represents how you would write your Ruby code.

How to Access Code on Local Machine

On Github To Fork and Clone

  1. Press on the fork button at the top right of the page

  2. Click on the Clone or download green button and copy the https address

From the Command Line To Solve Questions

  1. cd to the desktop directory on your machine

  2. Run this command git clone [the link you copied above]

  3. cd into the directory ruby-test-a

  4. Run this command git checkout -b [your-name]-solutions

  5. Start solving the questions in index.rb

From the Command Line Once You're Finished

  1. Run this command git add .

  2. Run this command git commit -m "challenge completed"

  3. Run this command git push origin [your-name]-solutions

  4. Copy the pull request link that would have been generated from the command line and go back to GitHub

On Github To Make a Pull Request

  1. Click on the green button Make pull request to make a pull request so I can review your code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages