[문서] 1-js/04-object-basics 충돌 해결 (C08)#1868
Open
jjyy0804 wants to merge 16 commits into
Open
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
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.
요약
1-js/04-object-basics일부 문서에서 upstream 병합 중 남아 있던 충돌을 해결하고, 원문에는 있지만 한국어 번역에서 누락되었던 문장을 보완했습니다.주요 변경 사항은 다음과 같습니다.
01-object/article.mdconst객체 설명은 최신 원문 구조에 맞춰02-object-copy/article.md로 이동했습니다.02-object-copy/article.mdconst로 선언한 객체도 프로퍼티는 수정할 수 있다는 smart 블록을 최신 원문 위치에 맞춰 추가했습니다.Object.assign문법과 동작 설명을 최신 원문 기준으로 정리했습니다.clone = {...user})을 이용한 객체 복제 안내 문장을 추가했습니다.structuredClone섹션을 번역해 추가했습니다._.cloneDeep(obj)같은 기존 구현을 사용할 수 있다는 안내를 포함했습니다.structuredClone과 얕은 복사/깊은 복사의 차이를 반영했습니다.03-garbage-collection/article.md04-object-methods/7-calculator/task.mdread()가 입력받은 값을 각각a,b라는 객체 프로퍼티에 저장한다는 원문 설명을 반영했습니다.04-object-methods/8-chain-calls/task.md검증 사항:
<<<<<<<,=======,>>>>>>>)가 남아 있지 않은 것을 확인했습니다.git diff --check를 통과했습니다.연관 이슈
(fix #일이삼)
Pull Request 체크리스트
TODO