Prototypes, Inheritance and Classes

Follow these steps to set up and work on your project:

  • Create a forked copy of this project.
  • Clone your OWN version of the repository (Not Gabi's by mistake!).
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push commits: git push origin <firstName-lastName>.
  • Submit a Pull-Request to merge Branch into main (student's Repo). Please don't merge your own pull request
  • Submit Assignment in the student portal.

Assignment Set Up

  • Complete all the exercises as described inside each assignment file.
  • To test your console.log() statements, open up the index.html file found in the assignments folder and use the developer tools to view the console.