pinghsuanC / m2-8-js--oop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS: Object Oriented Programming

Your job in this workshop will be to write two sets of programs that catalog data in an Object-oriented style. First with cats, then with books.

We recognize that this is a difficult assignment given how fresh the concepts are! To make life a bit easier, we've provided some samples of OOP code. Check out the "samples" directory if you're feeling confused / not sure where to start.

Exercise 1 - CATS (1.1 to 1.4)

Each exercise file contains questions/hints for you.

Exercise 2 - BOOKS (2.1 to 2.3)

Each exercise file contains questions/hints for you.


🟡 - Minimally complete workshop (75%) - 🟡

Exercise 2 -B BOOKS (2.4)

Each exercise file contains questions/hints for you.


🟢 - Complete workshop (100%) - 🟢

Exercise 3 - Your Home Library (Stretch)

Take a look at the README in the Exercise 3 folder for details on what to do.

About


Languages

Language:JavaScript 84.4%Language:HTML 10.7%Language:CSS 4.9%