Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OlexiyDobroskok committed Sep 3, 2022
1 parent f8e33ab commit 611b213
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions submissions/OlexiyDobroskok/OOP_exercise/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/* Refer to https://github.com/OleksiyRudenko/a-tiny-JS-world for the task details
Complete the below for code reviewers' convenience:
Code repository: https://github.com/OlexiyDobroskok/a-tiny-JS-world
Web app: https://olexiydobroskok.github.io/a-tiny-JS-world/
*/

// ======== OBJECTS DEFINITIONS ========

class Resident {
constructor(species, name, gender, saying) {
this.species = species;
Expand Down

0 comments on commit 611b213

Please sign in to comment.