Skip to content

Solution#2653

Open
LabPetro wants to merge 1 commit intomate-academy:masterfrom
LabPetro:develop
Open

Solution#2653
LabPetro wants to merge 1 commit intomate-academy:masterfrom
LabPetro:develop

Conversation

@LabPetro
Copy link

@LabPetro LabPetro commented Oct 3, 2023

No description provided.

Copy link

@anastasiia-tilikina anastasiia-tilikina left a comment

Choose a reason for hiding this comment

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

Well done! Approved.

But havea a look at my comment, you can simplify your if condition here. Consider using this in the future

for (const key in robot) {
const robotValue = robot[key];

if (tobor[robotValue] !== undefined) {
Copy link

@anastasiia-tilikina anastasiia-tilikina Oct 3, 2023

Choose a reason for hiding this comment

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

Suggested change
if (tobor[robotValue] !== undefined) {
if (tobor[robotValue]) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants