Skip to content

Commit 7e90216

Browse files
committed
docs: 변수 이름 설명에서 키 표현 제거
1 parent d558c67 commit 7e90216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/04-object-basics/01-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ let user = {
276276

277277
## 프로퍼티 이름의 제약사항
278278

279-
아시다시피 변수 이름(키)엔 'for', 'let', 'return' 같은 예약어를 사용하면 안됩니다.
279+
아시다시피 변수 이름엔 'for', 'let', 'return' 같은 예약어를 사용하면 안됩니다.
280280

281281
그런데 객체 프로퍼티엔 이런 제약이 없습니다.
282282

0 commit comments

Comments
 (0)