Skip to content

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

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

solve 중간 PR #173

wants to merge 27 commits into from

Conversation

Jaeman-Lim
Copy link
Contributor

No description provided.

@pkiop
Copy link
Owner

pkiop commented Mar 12, 2022

오답이 있네요 확인 부탁드립니다~

@Jaeman-Lim
Copy link
Contributor Author

Jaeman-Lim commented Mar 13, 2022 via email


// write your codes

function solution(inputArray) {}
Copy link
Owner

Choose a reason for hiding this comment

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

이 문제를 안푸셔서 오답으로 나오네요!

Comment on lines 2 to 4
function solution(inputArray) {}

exports.solution = solution;
Copy link
Owner

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에 설명 보시고 테스트 한번 해보시면 어떻게 동작하는지 아실거에요😊

Copy link
Owner

@pkiop pkiop left a 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 함수 완성하는 식으로 바꿔주세요
다른 분들 하신 것 보면 어떻게해야하는지 아실 수 있습니다😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants