Skip to content

done#152

Open
DmJSCourse wants to merge 2 commits into
mate-academy:masterfrom
DmJSCourse:develop
Open

done#152
DmJSCourse wants to merge 2 commits into
mate-academy:masterfrom
DmJSCourse:develop

Conversation

@DmJSCourse

Copy link
Copy Markdown

No description provided.

Comment thread src/deepEqual.js Outdated
Comment on lines +23 to +25
if (a === null && b === null) {
return true;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

это лишнее, null === null и так true

Comment thread src/deepEqual.js Outdated
Comment on lines +37 to +39
if (a === b) {
return true;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

лучше использовать Object.is

@AnastasiiaBortnichuk AnastasiiaBortnichuk 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.

убери лишний код

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.

3 participants