-
Notifications
You must be signed in to change notification settings - Fork 846
#16 Advanced Functions 번역 01 - 05 #18
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
Merged
Violet-Bora-Lee
merged 33 commits into
javascript-tutorial:master
from
singularity-code:master
Apr 17, 2019
Merged
#16 Advanced Functions 번역 01 - 05 #18
Violet-Bora-Lee
merged 33 commits into
javascript-tutorial:master
from
singularity-code:master
Apr 17, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1-js/06-advanced-functions/01-recursion/04-output-single-linked-list/task.md
Outdated
Show resolved
Hide resolved
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
|
||
So, for a string, `for..of` returns characters and `...str` becomes `"H","e","l","l","o"`. The list of characters is passed to array initializer `[...str]`. | ||
따라서 문자열의 경우 `for..of`는 문자를 반환하고 `str`은 `H ','e ','l ','l ','o '`가됩니다. 문자의리스트는 배열 초기화 자`[... str]`에 전달됩니다. |
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.
구글 번역기를 사용하는걸 지양해야 하는 것은 아니나, 한글 문장에 맞게 다듬는 작업은 꼭 해주시길 부탁드립니다.
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
1-js/06-advanced-functions/02-rest-parameters-spread-operator/article.md
Outdated
Show resolved
Hide resolved
어려운 부분(Advanced)을 선택하시고 번역에 참여해 주심에 감사의 말씀을 드립니다. |
changbokLee
pushed a commit
to changbokLee/ko.javascript.info
that referenced
this pull request
Sep 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
번역내용
article.md
task.md
번역후 검토는 한번했습니다. 첫리퀘스트이니 문제있으면 알려주세요.