Skip to content

Task completed#2667

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

Task completed#2667
natalia-matash wants to merge 1 commit intomate-academy:masterfrom
natalia-matash:develop

Conversation

@natalia-matash
Copy link

No description provided.

Comment on lines +13 to +15
for (const r in robot) {
result[robot[r]] = r;
}

Choose a reason for hiding this comment

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

Suggested change
for (const r in robot) {
result[robot[r]] = r;
}
for (const key in robot) {
result[robot[key]] = key;
}

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