-
Notifications
You must be signed in to change notification settings - Fork 117
solve 중간 PR #173
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: master
Are you sure you want to change the base?
solve 중간 PR #173
Conversation
오답이 있네요 확인 부탁드립니다~ |
기존에 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:
***@***.***>
|
|
||
// write your codes | ||
|
||
function solution(inputArray) {} |
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.
이 문제를 안푸셔서 오답으로 나오네요!
Challenge/jmjmjm/filterAge/solve.js
Outdated
function solution(inputArray) {} | ||
|
||
exports.solution = solution; |
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.
이 코드 지우고 console.log 찍어서 확인하는 방식이 아니라
이 solution 함수를 완성하면 solve.test.js에서 자동으로 답 검증하는 거에요!
readme에 설명 보시고 테스트 한번 해보시면 어떻게 동작하는지 아실거에요😊
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.
삭제하신 xxx.test.js 코드 추가해주시고 원래 되어있떤 solution 함수 완성하는 식으로 바꿔주세요
다른 분들 하신 것 보면 어떻게해야하는지 아실 수 있습니다😊
No description provided.