Skip to content

makeRobot#2534

Open
Yaroslav220890 wants to merge 1 commit into
mate-academy:masterfrom
Yaroslav220890:develop
Open

makeRobot#2534
Yaroslav220890 wants to merge 1 commit into
mate-academy:masterfrom
Yaroslav220890:develop

Conversation

@Yaroslav220890

Copy link
Copy Markdown

No description provided.

@nazarmatsevych nazarmatsevych left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Awesome 👍

Comment thread src/makeRobot.js
Comment on lines +73 to +80
goRight(step = 1) {
if (step > 0) {
this.coords.x += step;
}

return this;
},
goLeft(step = 1) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Add empty line between methods

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