Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Tiny JS World #597

Merged
merged 1 commit into from
Sep 20, 2022
Merged

A Tiny JS World #597

merged 1 commit into from
Sep 20, 2022

Conversation

DeamonFire
Copy link
Contributor

@DeamonFire DeamonFire commented Sep 17, 2022

A Tiny JS World

Demo|
Code base

The code is submitted in a dedicated feature branch.

Only code files are submitted.

Please, review.

@github-actions
Copy link

Hey!

Congratulations on your PR! 😎😎😎

Let's do some self-checks to fix most common issues and to make some improvements to the code before reviewers put their hands on the code.

Go through the requirements/most common mistakes linked below and fix the code as appropriate.

If you have any questions to requirements/common mistakes feel free asking them here or in Students' chat.

When you genuinely believe you are done put a comment stating that you have completed self-checks and fixed code accordingly.

Also, be aware, that if you would silently ignore this recommendation, a mentor can think that you are still working on fixes. And your PR will not be reviewed. 😒

Please, make sure that your code follows the requirements based on the most common mistakes as well as basic requirements from the original task.

Universal recommendations:

  • Make sure your code follows General Requirements
  • Use common sense or seek for an advice whenever requirements look ambiguous or unclear.

By the way, you may proceed to the next task before this one is reviewed and merged.

Sincerely yours,
Submissions Kottachecker 😺

@DeamonFire
Copy link
Contributor Author

Hi, I've checked the code for common errors as well as meeting the basic requirements of the initial task.

Please review =)

@OleksiyRudenko OleksiyRudenko added the self-check-done Student confirmed that self-checks against requirements/common-mistakes are done label Sep 20, 2022
Copy link
Member

@OleksiyRudenko OleksiyRudenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeamonFire well done.
Check the comments below and put down a couple of insights for yourself.

gender: 'female',
hands: 2,
legs: 2,
say: cat.say
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will cat-woman's saying change automagically when cat's does?

const props = ['species', 'name', 'gender', 'hands', 'legs', 'say'];

// ======== OUTPUT ========
const residents = habitansWorld
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it residents per se that are stored in this variable? Looks like residents is synonym to "habitans".
Think of the naming that describes what is actually stored in a variable.

say: cat.say
};

const habitansWorld = [dog, cat, woman, man, catWoman];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I often wonder where the wrong word "habitans" comes from in many works. Looks like it spreads as a pandemic across submissions.

@OleksiyRudenko OleksiyRudenko merged commit 081a32b into kottans:main Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-check-done Student confirmed that self-checks against requirements/common-mistakes are done task-TJSW
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants