Skip to content

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