Skip to content

Evan: Week 5 #101

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

Merged
merged 6 commits into from
Jun 1, 2024
Merged

Evan: Week 5 #101

merged 6 commits into from
Jun 1, 2024

Conversation

sounmind
Copy link
Member

No description provided.

@sounmind sounmind marked this pull request as draft May 28, 2024 00:56
});

const sorted = [...counter.entries()].sort(
([, freqA], [, freqB]) => freqB - freqA
Copy link
Contributor

Choose a reason for hiding this comment

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

이렇게 변수명을 쓰니까 더 명확하게 코드가 읽히네요!

@sounmind sounmind marked this pull request as ready for review May 31, 2024 20:36
Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다.

@DaleSeo DaleSeo merged commit cf3291d into DaleStudy:main Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants