|
Coding_study
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
바닐라 JS
[바닐라 JS] Basic Data Types
yuzu sim
Oct 15, 2024
Share
Contents
1. 숫자
2. String 문자
1. 숫자
Integer 정수
float 실수
자바스크립트에서는 type 이라는게 있고 그걸 알아서 이해한다.
자바스크립트는 2+2 를 어떻게 해야하는지 안다.
똑똑함~
2. String 문자
처음 부터 끝까지 모두 글자로 이루어짐
콘솔창 hello라고 쓰면 정의 되지 않고 자바스크립트 세상은 이렇게 생긴 hello 존재하지 않는다.
자바스크립트에게 hello 무엇인지 알려준게 없잖아~
“” 안에 이렇게 써야
자바스크립트는 텍스트를 어떻게 다루는지 알고 있다.
띄어 쓰기 공백 허용
Share article
Share
More articles
See more posts
[바닐라 JS] const and let
October 15, 2024
[바닐라 JS] Variables (변수)
October 15, 2024
바닐라 JS 맛보기
October 15, 2024
[Tistory] 게시글 상세보기
October 14, 2024
Coding_study
RSS
·
Powered by Inblog