Skip to content

01-svelte/04-logic/04-each-blocks 번역 #93

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HarunaMahjong
Copy link
Contributor

@HarunaMahjong HarunaMahjong commented May 29, 2024

Close #94

01-svelte/04-logic/04-each-blocks README.md 번역했습니다.

Copy link

vercel bot commented May 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
learn-svelte-kr ⬜️ Ignored (Inspect) Visit Preview Jun 2, 2024 6:23am

@@ -20,9 +20,9 @@ Instead of laboriously copying, pasting and editing, we can get rid of all but t
</div>
```

> The expression (`colors`, in this case) can be any array or array-like object (i.e. it has a `length` property). You can loop over generic iterables with `each [...iterable]`.
이 예제에 사용되는 `colors` 와 같이 `each` 와 같이 쓸 수 있는 표현식으로는 `length` 속성이 있는, 배열이나 배열과 유사한 객체면 다 가능합니다. 일반적인 이터러블은 `each [...iterable]` 형태로 순회 가능합니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

이터러블 로 번역한 부분이 여기서 처음 나오나요? 제 생각엔 여기에선 원어 병기 표기해야 할 것 같네요
-> 이터러블(iterable)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

영어 병기 추가했습니다!

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.

01-svelte/04-logic/04-each-blocks
2 participants