Skip to content

Conversation

mmyeon
Copy link
Contributor

@mmyeon mmyeon commented Dec 10, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@mmyeon mmyeon requested a review from a team as a code owner December 10, 2024 04:32
@github-actions github-actions bot added the js label Dec 10, 2024
@mmyeon mmyeon requested a review from easyone-jwlee December 10, 2024 04:33
Comment on lines 21 to 23
const uniqueNumbers = new Set(nums);

return uniqueNumbers.size !== nums.length;
Copy link
Contributor

Choose a reason for hiding this comment

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

new Set(nums).size !== nums.length;
다음과 같이 적으면 한줄로 해결하실 수도 있을것 같아요 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

한 줄 넘 깔끔하고 좋네요 :)
반영했습니다! 꼼꼼히 리뷰해주셔서 감사해요!

Copy link
Contributor

@TonyKim9401 TonyKim9401 left a comment

Choose a reason for hiding this comment

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

문제 풀이들이 너무 가독성이 좋고 자스 문법 활용이 잘 된것 같아요!
앞으로 15주 동안 파이팅입니다!

@mmyeon mmyeon merged commit d1dc9b7 into DaleStudy:main Dec 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants