-
Notifications
You must be signed in to change notification settings - Fork 116
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
[재호] WEEK 07 Solutions #481
Conversation
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.
@wogha95 님 이번 한 주도 고생 많으셨습니다!
@@ -0,0 +1,69 @@ | |||
/** | |||
* 2차 | |||
* Tony님 풀이 참고해서 SC 개선 |
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.
👍
set-matrix-zeroes/wogha95.js
Outdated
} | ||
|
||
// 3. 특정 좌표의 가로, 세로를 char문자로 변경 (대신 0인 요소는 변경하지 않음) | ||
function changeToChar(row, column, char) { |
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.
중요한 쟁점은 아니지만, char를 굳이 파라미터로 넘기신 이유가 있으실까요?
ROW
, COLUMN
처럼 함수 내 전역으로 사용한다면 더 통일감있지 않았을까 하는 생각이 들어서요.
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.
Mark 상수 만들어 코드 개선하였습니다!
리뷰 감사합니다~!!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.