Skip to content

Commit bf560ed

Browse files
docs: translate primitives-methods task (string-new-property) to Korean
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6d2a5a0 commit bf560ed

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)