Skip to content

#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
merged 33 commits into from
Apr 17, 2019
Merged

#16 Advanced Functions 번역 01 - 05 #18

merged 33 commits into from
Apr 17, 2019

Conversation

singularity-code
Copy link
Contributor

@singularity-code singularity-code commented Apr 7, 2019

번역내용
article.md

  • 01 Recursion
  • 02 Rest Parameters - Spread Operator
  • 03 Closure
  • 04 Old 'var'
  • 05 Global Object

task.md

  • 01 Recursion
  • 02 Rest Parameters - Spread Operator
  • 03 Closure
  • 04 Old 'var'
  • 05 Global Object

번역후 검토는 한번했습니다. 첫리퀘스트이니 문제있으면 알려주세요.

@singularity-code singularity-code changed the title #16 Korean - Advanced Functions #16 Advanced Functions 번역 01 - 05 Apr 7, 2019

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]`에 전달됩니다.
Copy link
Member

Choose a reason for hiding this comment

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

구글 번역기를 사용하는걸 지양해야 하는 것은 아니나, 한글 문장에 맞게 다듬는 작업은 꼭 해주시길 부탁드립니다.

@Violet-Bora-Lee
Copy link
Member

어려운 부분(Advanced)을 선택하시고 번역에 참여해 주심에 감사의 말씀을 드립니다.
구글 번역기를 통해 번역해 주신 부분이 많은데, 번역기 사용을 지양하는 바는 아니나 한글 문장의 완성도는 고려하여 번역해 주시길 부탁드립니다.
번역의 품질을 높이기 위함이니, review와 함께 남긴 comment를 참고하시어 재 푸시를 부탁드립니다.

@Violet-Bora-Lee Violet-Bora-Lee merged commit b7a2a0c into javascript-tutorial:master Apr 17, 2019
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants