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

Commit cadb823

Browse files
[초급 026] - 자료형 변환 이해하기 resolve #6
작업이력 22. 비교 연산자 23. 논리 연산자 24. 삼항 연산자 25. 비트 연산자 26. 자료형 변환 이해하기
1 parent 080ab91 commit cadb823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/part2/026.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ console.log(typeof str);
1616

1717
num = Number(str);
1818
console.log(num);
19-
console.log(typeof num);
19+
console.log(typeof num);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /