Skip to content
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

[2022.03.31] 4문제 - 솔루션 추가 #16

Merged
merged 4 commits into from
Mar 31, 2022
Merged

[2022.03.31] 4문제 - 솔루션 추가 #16

merged 4 commits into from
Mar 31, 2022

Conversation

yongchanson
Copy link
Contributor

No description provided.

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.

conflict 없이 잘 되었네요! 고생하셨습니다 👍

function solution(s) {
var answer = "";
let L2 = s.length / 2;
Copy link
Owner

Choose a reason for hiding this comment

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

저도 s.length/2 가 많이 반복되는데 용찬님 처럼 변수로 선언할 것 그랬네요! 보고 배워갑니다 😄

@codeisneverodd codeisneverodd merged commit 370c3d9 into codeisneverodd:main Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants