/OOP

Primary LanguageJavaScript

Object Oriented JavaScript

  1. Day 1 : complete the following file :
    • oop1-construct.js
  2. Day 2 : complete the following file :
    • oop2-encapsulate_inherit.js
  3. Day 3 : complete the following file :
    • oop3-abstract_morph.js

********************************

Git Instructions

  • Create a template copy of this repository by clicking : "Use this template"
  • Name the repository the same name as the master template repository.
  • Add your TA as collaborator
  • Clone YOUR repo to your local computer
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push all of your commits: git push origin <firstName-lastName>.
  • When ready for your TA to review, open a Pull Request (PR) and add your TA as a collaborator.

********************************

TEKsystems Academy Submission Instructions