Skip to content

Conversation

ilya-volkov-ip51
Copy link

No description provided.

Copy link
Member

@tshemsedinov tshemsedinov left a comment

Choose a reason for hiding this comment

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

Прогони код через линтер eslint, его конфиги присылал всем

@@ -15,7 +15,7 @@ rules:
MemberExpression: 1
linebreak-style:
- error
- unix
- windows
Copy link
Member

Choose a reason for hiding this comment

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

const nodeArray = [];
if (this.length > 0) {
let node = this.first;
if (node.data.name === name)
Copy link
Member

Choose a reason for hiding this comment

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

Добавь {}

nodeArray.push(node);
while (node !== this.last) {
node = node.next;
if (node.data.name === name)
Copy link
Member

Choose a reason for hiding this comment

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

Только однострочные без скобок

Copy link
Member

@tshemsedinov tshemsedinov left a comment

Choose a reason for hiding this comment

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

Submit this example as separate file to have both prototype and classes examples

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