반응형
m.logPrint() is working!
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=512;
m.wait=1024;
wait 1125ms.
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=512;
m.wait=1024;
wait 1125ms.







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
Mode: Bright; Font: Noto Sans KR; font-size: 18.0px (10.0); line-height: 1.6;
width: 1280, height: 720, version: 3.1.1
Canonical URI: https://kipid.tistory.com/entry/자바스크립트-JavaScript-기초
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/354
document.referrer: Empty
width: 1280, height: 720, version: 3.1.1
Canonical URI: https://kipid.tistory.com/entry/자바스크립트-JavaScript-기초
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/354
document.referrer: Empty







자바스크립트 (JavaScript) 기초
Table of Contents
T1.기본 자료형 (Data type)
▼ Show/Hide
Premitive
number: 17, 2.3, 1.3E10, 0xff, 0b1111_1001
string: "Some String"
boolean (불리언): true, false
null
undefined
symbol: Symbol("Some symbol")
bigint: 909082198012019292109n
object: {}, []
▲ Hide
T2.for (let str of strs), for (let key in json)
▼ Show/Hide
for (.. of ..): 배열 순회할때
for (.. in ..): key value 순회할때
▲ Hide







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
코드잇 풀스택 2기 - Week 2 (0) | 2024.08.20 |
---|---|
코드잇 풀스택 2기 - Week 1 (0) | 2024.08.20 |
AWS server|서버 에서 GitHub 가 너무 느려질때 해결 방법. (1) | 2024.08.18 |
jQuery 분석 (Analysis): $.find([CSS Selector]) and $.parents([CSS Selector]) (1) | 2024.08.11 |
week2 위클리 페이퍼 (브라우저가 어떻게 동작하는지 설명) (0) | 2024.08.06 |
Pattern Replace 를 이용한 http, https 링크 (그림, 동영상, 유튜브, 인스타그램, 틱톡, Soundcloud, 카카오TV, 네이버TV 등) 처리 | URI (Unique Resource Identifier) Rendering (11) | 2024.08.04 |
Learning Node.js (0) | 2024.08.04 |