fix: 6.2 나머지 매개변수와 전개 문법 중 <arguments 객체> 오타 (#1493)#1494
Merged
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom Aug 2, 2022
Merged
fix: 6.2 나머지 매개변수와 전개 문법 중 <arguments 객체> 오타 (#1493)#1494Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom
Conversation
Member
|
LGTM!! |
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
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.
Pull Request 체크리스트
Summary:
6.2 나머지 매개변수와 전개 문법 챕터 중 오타 두 가지를 수정한 PR합니다:
6.2 나머지 매개변수와 전개 문법 중 <arguments 객체> 섹션

같은 6.2 챕터 중 배열과 객체의 복사본 만들기

2. Object.assign() 참조에 의한 객체 복사 챕터에서 Object.assign()을 사용해 객체를 복사한 예시를 떠올려봅시다. -> 참조에 의한 객체 복사 챕터에서 Object.assign()을 사용해 객체를 복사한 예시를 떠올려봅시다.
TODO