Team-name: #normal-reedbuck Authors: @self-jw, Jolly Walia
JS Dev link: http://jsdev.learnersguild.org/goals/165-Core_Object_Oriented_JavaScript.html
Review Link: Project Review Link
A day-by-day structured deep dive into object-oriented JavaScript. Read articles, watch videos, complete lessons and exercises, and implement a final project.
- Artifact produced is a fork of the core-oojs repo.
- All readings and videos in the README are completed and checked off.
- All exercises and lessons in the README are completed and checked off.
- Final project is complete.
- Final project code is in the Frogger directory of the artifact.
- Final project follows the principle of coupling, also known as “separation of concerns”.
- Final project follows the principle of encapsulation.
- Final project follows the principle of abstraction.
- Final project follows the principle of inheritance.
- Code is well formatted with proper spacing and indentation.
- Variables, functions, files, etc. have appropriate and meaningful names.
- Download the file and load index.html in your browser.
- Use up, down, left, and right to move the player.
- Obejective is to get to the water without hitting any of the bugs.