Open
Conversation
Owner
|
오답이 있네요 확인 부탁드립니다~ |
Contributor
Author
|
기존에 PR했던 코드와 별반 차이가 없는데 어떤게 오답이 있는지 잘 모르겠습니다 ㅜㅜ
터미널에서 consol.log 찍으면 답이 나오는데 이렇게 하면 안되는 건가요?
2022년 3월 12일 (토) 오후 11:10, Sangshin Park ***@***.***>님이 작성:
… 오답이 있네요 확인 부탁드립니다~
—
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIF2WD53OYMB3KGG4OVMSTU7SQU5ANCNFSM5QNKW4LQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
pkiop
reviewed
Mar 13, 2022
|
|
||
| // write your codes | ||
|
|
||
| function solution(inputArray) {} |
pkiop
reviewed
Mar 13, 2022
Challenge/jmjmjm/filterAge/solve.js
Outdated
Comment on lines
2
to
4
| function solution(inputArray) {} | ||
|
|
||
| exports.solution = solution; |
Owner
There was a problem hiding this comment.
이 코드 지우고 console.log 찍어서 확인하는 방식이 아니라
이 solution 함수를 완성하면 solve.test.js에서 자동으로 답 검증하는 거에요!
readme에 설명 보시고 테스트 한번 해보시면 어떻게 동작하는지 아실거에요😊
pkiop
requested changes
Mar 13, 2022
Owner
pkiop
left a comment
There was a problem hiding this comment.
삭제하신 xxx.test.js 코드 추가해주시고 원래 되어있떤 solution 함수 완성하는 식으로 바꿔주세요
다른 분들 하신 것 보면 어떻게해야하는지 아실 수 있습니다😊
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.