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

[liha-210608] | 1672 | 1880 | #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[liha-210608] | 1672 | 1880 | #38

wants to merge 1 commit into from

Conversation

bravacoreana
Copy link
Member

No description provided.

Copy link

@ldss3sang ldss3sang left a comment

Choose a reason for hiding this comment

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

1880 문제에서 범위를 a에서 j까지 주어졌는데 하신 풀이에선 a b c 만 생각하신 것 같습니다

@@ -0,0 +1,16 @@
var isSumEqual = function (firstWord, secondWord, targetWord) {

Choose a reason for hiding this comment

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

constraint를 보면 알파벳이 a to j까지 되어 있는데 그 부분을 없는 것 같네요~! a,b,c 만 생각하신 것 같습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

헉 그러네여! 다시 풀어볼겠습니당!

Comment on lines +5 to +7
for (a of account) {
sum += a;
}
Copy link
Member

Choose a reason for hiding this comment

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

여기도 마찬가지로 forEach로 사용해도 괜찮을 듯 합니다.

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.

3 participants