Skip to content

Commit b6790d0

Browse files
committed
[충돌해결]Part1 5.5 map 객체
1 parent 03d6710 commit b6790d0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • 1-js/05-data-types/05-array-methods/7-map-objects

1-js/05-data-types/05-array-methods/7-map-objects/solution.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ usersMapped = [
2424
alert( usersMapped[0].id ); // 1
2525
alert( usersMapped[0].fullName ); // John Smith
2626
```
27+
화살표 함수 우측에 추가 괄호를 썼다는 점에 주목해 주세요.
2728

28-
<<<<<<< HEAD
29-
화살표 함수 우측에 괄호를 썼다는 점에 주목해주시기 바랍니다.
30-
=======
31-
Please note that in the arrow functions we need to use additional brackets.
32-
>>>>>>> upstream/master
3329

3430
아래와 같이 괄호 없이 코드를 작성할 수 없습니다.
3531
```js

0 commit comments

Comments
 (0)