Skip to content

Commit d5e9222

Browse files
committed
[docs] 05-data-types/07-map-set 충돌 해결 및 번역
1 parent 92f393e commit d5e9222

2 files changed

Lines changed: 42 additions & 157 deletions

File tree

1-js/05-data-types/07-map-set/03-iterable-keys/task.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ importance: 5
44

55
# 반복 가능한 객체의 키
66

7-
<<<<<<< HEAD
87
`map.keys()`를 사용해 배열을 반환받고, 이 배열을 변수에 저장해 `.push`와 같은 배열 메서드를 적용하고 싶다고 해봅시다.
9-
=======
10-
We'd like to get an array of `map.keys()` in a variable and then apply array-specific methods to it, e.g. `.push`.
11-
>>>>>>> upstream/master
128

139
작동하지 않네요.
1410

0 commit comments

Comments
 (0)