Skip to content

Conversation

@prove-ability
Copy link
Contributor

@prove-ability prove-ability commented Apr 19, 2022

[level1]

최소직사각형.js
�정수-내림차순으로-배치하기.js
이상한-문자-만들기.js
예산.js
악수의-합.js
시저-암호.js
수박수박수박수박수박.js
서울에서-김서방-찾기.js
부족한-금액-계산하기.js
문자열-내림차순으로-배치하기.js
문자열-내-마음대로-정렬하기.js
두-정수-사이의-합.js
두-개-뽑아서-더하기.js
나머지가-1이-되는-수-찾기.js
나누어-떨어지는-숫자-배열.js
같은-숫자는-싫어.js
3진법-뒤집기.js

Copy link
Owner

@codeisneverodd codeisneverodd left a comment

Choose a reason for hiding this comment

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

많은 문제를 풀이하셨군요!! 좋은 코드 잘 보았습니다 😄
주석도 잘 남겨주셔서 읽기 용이했습니다.
주석 중에 '정답' 표시가 들어가있지 않은 것이 있어서, 사소하기에 제가 바로 수정했습니다!
리뷰 내용 확인하고 Merge 부탁드립니다 👍

Comment on lines +33 to +34
Copy link
Owner

Choose a reason for hiding this comment

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

answer = arr.filter(v=> v%divisor === 0) 과 같이 나타낼 수 있을 것도 좋을 것 같습니다 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

코드가 휠씬 간격해지네요 👍

Comment on lines +29 to +34
Copy link
Owner

Choose a reason for hiding this comment

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

charCodeAt 메서드를 활용하신다면 a.charCodeAt(n)과 같은 형태가 더 적절하지 않을까 생각합니다!
참고문서
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt

Copy link
Contributor Author

Choose a reason for hiding this comment

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

공식문서를 따르겠습니다! 👍

@prove-ability prove-ability merged commit 25ba838 into codeisneverodd:main Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

6 participants