Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.59 KB

js-post-oop.md

File metadata and controls

58 lines (44 loc) · 2.59 KB

MIT Licensed Awesome        Telegram

OOP exercise

Now you know a lot about JavaScript OOP. Remember that tiny JS world? Time to use your new power.

  1. Improve your tiny JS world model you forked from here. This time use your favourite JS OOP methods to keep your code DRY and SOLID.

    You don't need forking this time, work with the repo you've already got. Git keeps history for you.

When complete do the following:

  1. You will require code review for this task:
    • For Frontend 2021 course students: please, follow these instructions
    • For p2p course students: please, follow these instructions
    • Note, that especially this task requires you to submit a single file (index.js only) to the frontend-2021-homeworks or frontend-2019-p2p repo for code review.
  2. Great job! Go ahead and share your progress with others – post a message in course channel: OOP Exercise — #done (or OOP Exercise — #p2p_done if you are p2p course student) and add the link to your repo. This step is important, as it helps mentors to track your progress!
  3. Study Extra Materials below to improve your skills and read an article or two on OOP under the links in this repo

You have completed OOP tasks section. We shall appreciate your feedback on this section especially if you're doing this course from Ukraine. Please, grant us 10-15 minutes of your time and complete this feedback form.

When you finish this task you can proceed to the next one.

Extra Materials

Fun Fun Function - Composition over Inhertance

Done?

➡️ Go forward to Offline Web Applications

⤴️ Back to Contents