Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4b66ef

Browse files
JuYeong0413Violet-Bora-Lee
authored andcommitted
[변수와 상수] 과제 해답 보완
1 parent6f27ec9 commitb4b66ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎1-js/02-first-steps/04-variables/2-declare-variables/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ let currentUserName = "John";
2020

2121
모던 에디터와 자동 완성 기능을 이용하면 상대적으로 쉽게 여러 단어를 조합해서 변수명을 지을 수 있습니다.
2222

23-
지금 사용하는 에디터가 이런 기능을 제공하지 않는다면[a new one](/code-editors) 참고해 새로운 에디터를 사용해 보시길 권유 드립니다.
23+
지금 사용하는 에디터가 이런 기능을 제공하지 않는다면[코드 에디터](/code-editors) 챕터를 참고해 새로운 에디터를 사용해 보시길 권유 드립니다.

‎1-js/02-first-steps/04-variables/3-uppercast-constant/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
대문자 상수는"하드 코딩한" 값의 별칭을 만들 때 주로 사용합니다. 실행 전에 이미 값을 알고 있고, 코드에서 직접 그 값을 쓰는 경우에 사용하죠.
1+
대문자 상수는'하드 코딩한' 값의 별칭을 만들 때 주로 사용합니다. 실행 전에 이미 값을 알고 있고, 코드에서 직접 그 값을 쓰는 경우에 사용하죠.
22

33
위 코드에서`birthday`가 그런 경우입니다. 따라서`birthday`는 대문자 상수로 적합합니다.
44

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp