Skip to content

gSchool/oop-classroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Classroom

This project will require you to build classes for objects you might find in a Galvanize classroom! You will build five classes:

  • Computer
  • Desk
  • Marker
  • Room
  • Student

The tests best describe what properties and methods to build for each.

Setup

  1. Fork and clone this repository
  2. Run npm install or yarn
  3. Run the tests with npm test
  4. After you complete the Computer class's tests, go into the test/ folder and remove the 'x' before the word 'describe' near the top of the desk.test.js file. This will make the Desk class's tests run - they will no longer appear as 'pending' in your terminal and will either fail or pass. If you don't remove the 'x', the test will never run.
  5. After the Desk class's tests are all passing, go into the test/ folder and remove the 'x' before the 'describe' in marker.test.js...
  6. And so on (and so forth), until all tests are passing and no longer pending!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •