Skip to content

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