-
-
Notifications
You must be signed in to change notification settings - Fork 299
[leehyeyun] WEEK 01 solutions #2008
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
base: main
Are you sure you want to change the base?
Conversation
Blossssom
left a comment
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.
고생하셨습니다!! 다음주에는 더 많은 문제를 풀어보실 수 있다면 좋겠습니다 ~!
contains-duplicate/leehyeyun.js
Outdated
| // 테스트 실행 | ||
| console.log("Example 1:", containsDuplicate([1, 2, 3, 1])); // true | ||
| console.log("Example 2:", containsDuplicate([1, 2, 3, 4])); // false | ||
| console.log("Example 3:", containsDuplicate([1, 1, 1, 3, 3, 4, 3, 2, 4, 2])); // true |
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.
각 파일 마지막에 개행을 추가해주셔야 merge가 가능하다고 안내되어있습니다!
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.
늦게봐서 죄송합니다! approve 진행했습니다!
혹시 제 문제를 승인 상태로 변경? 해 주실 수 있나요? ㅎㅎ |
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!