-
Notifications
You must be signed in to change notification settings - Fork 192
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
#11 Task. Sergey Starushkin #817
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll mark the PR as "Draft", please click "ready for review" when it will be finished. Thank you!
let i = 0, result = ""; | ||
|
||
while (i < lines[0].length) { | ||
let s = lines[0].substr(i, 3) + lines[1].substr(i, 3) + lines[2].substr(i, 3); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
method String.prototype.substr is deprecated
Please, use String.prototype.substring
yield text.substr(0, i); | ||
text = text.substr(i + 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
method String.prototype.substr is deprecated
Please, use String.prototype.substring
Please, privide the direct link to your task success travis build |
Dirty PR. Please, see notes for tasks 1-4 And implement previous notes (substr) I'll mark the PR as "Draft", please click "ready for review" when it will be finished. Thank you! |
No description provided.