-
-
Notifications
You must be signed in to change notification settings - Fork 246
[solbijae] WEEK 01 solutions #1680
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
Conversation
리뷰터 설정 부탁드립니다 :) |
@TonyKim9401 리뷰어는 저 다음에 올리신 분이 제꺼에 설정하는건줄 알았는데 아닌가요?! |
@TonyKim9401 아직 리뷰를 받지 못해 리뷰 요청 드립니다! 감사합니다 :) |
@jinvicky 리뷰 후 머지 요청드립니다. 감사합니다~ |
const setSize = set.size; | ||
const numsLength = nums.length; | ||
|
||
return setSize !== numsLength ? true : false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return setSize === numsLength
만 사용해도 괜찮을것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 그렇네요. 감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1주차 모든 문제 풀이하시느라 고생하셨습니다!
답안 제출 문제
작성자 체크 리스트
In Review
로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!