Skip to content

Commit 87b0cc6

Browse files
committed
[원시값의 메서드] 충돌 해결 (문자열에 프로퍼티를 추가할 수 있을까요? 과제)
1 parent 000e697 commit 87b0cc6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • 1-js/05-data-types/01-primitives-methods/1-string-new-property

1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@ str.test = 5;
1515
alert(str.test);
1616
```
1717

18-
<<<<<<< HEAD
1918
아래 코드를 실행하면, 의도한 대로 문자열(str)에 프로퍼티(test)를 추가할 수 있을까요? 만약 가능하다면 얼럿 창엔 무엇이 출력될까요?
20-
=======
21-
What do you think, will it work? What will be shown?
22-
>>>>>>> upstream/master

0 commit comments

Comments
 (0)