Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.44 KB

codewars-OOP.md

File metadata and controls

47 lines (35 loc) · 2.44 KB

Classes, Prototypes & OOP

When solving the problems, please try to use ES6 classes whenever possible.

How to submit the task

Codewars is an auto-checked task. After completing the task, go to RS App https://app.rs.school/, choose the Auto-Test tab, select Codewars-2023Q4-OOP from the dropdown list, and click the Submit button. You’ll see the result on the right.

You can submit the assignment as many times as you like; each subsequent submission overwrites the previous one.

Don't forget to change your nickname on Codewars. The nickname will be displayed when selecting the Codewars-2023Q4-OOP task on RS App. To change your nickname on Codewars follow the link https://www.codewars.com/users/edit

Scoring criteria

  • 1 point for 8 kyu, 7 kyu and Beta tasks (5 tasks at all)
  • 4 points - 6 kyu (6 at all)
  • 5 points - 5 kyu (3 at all)
  • 8 points - 4 kyu (1 at all)

Total: 1 * 5 + 4 * 6 + 5 * 3 + 8 * 1 = 52

Total sum - 52 points.

Materials: