Skip to content

Commit

Permalink
convert html to md
Browse files Browse the repository at this point in the history
  • Loading branch information
hochan222 authored and queengooborg committed Aug 13, 2022
1 parent 0418e01 commit 8fee790
Show file tree
Hide file tree
Showing 16 changed files with 224 additions and 347 deletions.
11 changes: 5 additions & 6 deletions files/ko/glossary/descriptor_(css)/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ title: Descriptor (CSS)
slug: Glossary/Descriptor_(CSS)
translation_of: Glossary/Descriptor_(CSS)
---
<p><strong>CSS 설명자(descriptor)</strong>는 {{cssxref("at-rule")}}의 특성을 정의합니다. At-rules에는 하나 이상의 설명자가 있을 수 있습니다. 각각의 설명자는 다음을 갖고있습니다.</p>
**CSS 설명자(descriptor)**는 {{cssxref("at-rule")}}의 특성을 정의합니다. At-rules에는 하나 이상의 설명자가 있을 수 있습니다. 각각의 설명자는 다음을 갖고있습니다.

<ul>
<li>이름</li>
<li>컴포넌트값을 보유하는 값</li>
<li>기본 상태에서 설정되지 않은(unset) "!important" 플래그</li>
</ul>

- 이름
- 컴포넌트값을 보유하는 값
- 기본 상태에서 설정되지 않은(unset) "!important" 플래그
18 changes: 7 additions & 11 deletions files/ko/glossary/doctype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@ tags:
- 문서타입
translation_of: Glossary/Doctype
---
<p>{{Glossary("HTML")}}에서, doctype은 모든 문서의 최상단에서 찾을 수 있는 "<code>&lt;!DOCTYPE html&gt;</code>" 필수 서문이다. doctype은 {{Glossary("브라우저")}}가 문서를 렌더링 할 때 <a href="/en-US/docs/Quirks_Mode_and_Standards_Mode">“quirks mode”</a>로 바뀌지 않도록하는 것이 유일한 목적이다. "<code>&lt;!DOCTYPE html&gt;</code>" doctype은 브라우저가 일부 스펙과 맞지 않는 다른 렌더링 모드를 사용하기 보다는 적절한 스펙을 따르는 최선의 시도를 하도록 한다.</p>
{{Glossary("HTML")}}에서, doctype은 모든 문서의 최상단에서 찾을 수 있는 "`<!DOCTYPE html>`" 필수 서문이다. doctype은 {{Glossary("브라우저")}}가 문서를 렌더링 할 때 [“quirks mode”](/ko/docs/Quirks_Mode_and_Standards_Mode)로 바뀌지 않도록하는 것이 유일한 목적이다. "`<!DOCTYPE html>`" doctype은 브라우저가 일부 스펙과 맞지 않는 다른 렌더링 모드를 사용하기 보다는 적절한 스펙을 따르는 최선의 시도를 하도록 한다.

<h2 id="더보기">더보기</h2>
## 더보기

<h3 id="배경_지식">배경 지식</h3>
### 배경 지식

<ul>
<li><a href="https://html.spec.whatwg.org/multipage/syntax.html#the-doctype">Definition of the DOCTYPE in the HTML specification</a></li>
<li><a href="/en-US/docs/Quirks_Mode_and_Standards_Mode">Quirks Mode and Standards Mode</a></li>
</ul>
- [Definition of the DOCTYPE in the HTML specification](https://html.spec.whatwg.org/multipage/syntax.html#the-doctype)
- [Quirks Mode and Standards Mode](/ko/docs/Quirks_Mode_and_Standards_Mode)

<h3 id="기술_참조">기술 참조</h3>
### 기술 참조

<ul>
<li><a href="/en-US/docs/Web/API/Document/doctype">Document.doctype</a>, doctype 확인 자바스크립트 함수</li>
</ul>
- [Document.doctype](/ko/docs/Web/API/Document/doctype), doctype 확인 자바스크립트 함수
22 changes: 9 additions & 13 deletions files/ko/glossary/dom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ tags:
- Glossary
translation_of: Glossary/DOM
---
<p>DOM (Document Object Model) 은 {{glossary("HTML")}} 또는 {{glossary("XML")}} document와 상호작용하고 표현하는 {{glossary("API")}}입니다. DOM은 {{glossary("browser")}}에서 로드되며, 노드 트리(각 노드는 document의 부분을 나타냅니다)로 표현하는 document 모델입니다(예, {{Glossary("element")}}, 문자열, 또는 코멘트).</p>
DOM (Document Object Model) 은 {{glossary("HTML")}} 또는 {{glossary("XML")}} document와 상호작용하고 표현하는 {{glossary("API")}}입니다. DOM은 {{glossary("browser")}}에서 로드되며, 노드 트리(각 노드는 document의 부분을 나타냅니다)로 표현하는 document 모델입니다(예, {{Glossary("element")}}, 문자열, 또는 코멘트).

<p>DOM은 document의 모든 노드에 접근하고 상호작용할 수 있도록 브라우저에서 코드를 실행할 수 있게 해주는 이유로, {{glossary("World Wide Web","Web")}}에서 가장 많이 사용되는 {{Glossary("API")}} 중 하나입니다. 노드들은 생성, 이동 및 변경될 수 있습니다. 이벤트 리스너를 노드에 추가해 주어진 이벤트가 발생할 때 트리거되게 할 수 있습니다.</p>
DOM은 document의 모든 노드에 접근하고 상호작용할 수 있도록 브라우저에서 코드를 실행할 수 있게 해주는 이유로, {{glossary("World Wide Web","Web")}}에서 가장 많이 사용되는 {{Glossary("API")}} 중 하나입니다. 노드들은 생성, 이동 및 변경될 수 있습니다. 이벤트 리스너를 노드에 추가해 주어진 이벤트가 발생할 때 트리거되게 할 수 있습니다.

<p>DOM은 기본적으로 정의되어 있지 않습니다—이는 브라우저가 {{Glossary("JavaScript")}} 구현을 시작했을 때 나타납니다. 이 레거시 DOM을 DOM 0 이라고도 합니다. 오늘날, WHATWG에서 DOM 리빙 표준을 관리합니다.</p>
DOM은 기본적으로 정의되어 있지 않습니다—이는 브라우저가 {{Glossary("JavaScript")}} 구현을 시작했을 때 나타납니다. 이 레거시 DOM을 DOM 0 이라고도 합니다. 오늘날, WHATWG에서 DOM 리빙 표준을 관리합니다.

<h2 id="더_알아보기">더 알아보기</h2>
## 더 알아보기

<h3 id="일반_지식">일반 지식</h3>
### 일반 지식

<ul>
<li>Wikipedia 의 <a href="https://ko.wikipedia.org/wiki/%EB%AC%B8%EC%84%9C_%EA%B0%9D%EC%B2%B4_%EB%AA%A8%EB%8D%B8">문서 객체 모델</a></li>
</ul>
- Wikipedia 의 [문서 객체 모델](https://ko.wikipedia.org/wiki/%EB%AC%B8%EC%84%9C_%EA%B0%9D%EC%B2%B4_%EB%AA%A8%EB%8D%B8)

<h3 id="기술_정보">기술 정보</h3>
### 기술 정보

<ul>
<li><a href="/ko/docs/DOM">MDN의 DOM 문서</a></li>
<li><a href="https://dom.spec.whatwg.org/" rel="external">DOM 표준</a></li>
</ul>
- [MDN의 DOM 문서](/ko/docs/DOM)
- [DOM 표준](https://dom.spec.whatwg.org/)
12 changes: 5 additions & 7 deletions files/ko/glossary/domain_name/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ tags:
- 도메인명
translation_of: Glossary/Domain_name
---
<p><strong>도메인 이름</strong>은 {{Glossary("Internet", "인터넷")}} 웹 사이트의 주소로, {{glossary("URL")}}에서 특정 웹 페이지가 속하는 서버를 식별할 때 사용합니다. 도메인 이름은 마침표(점)로 구분한 계층적인 이름(레이블)의 연속으로 구성되며, {{glossary("TLD", "확장")}}으로 끝납니다.</p>
**도메인 이름**은 {{Glossary("Internet", "인터넷")}} 웹 사이트의 주소로, {{glossary("URL")}}에서 특정 웹 페이지가 속하는 서버를 식별할 때 사용합니다. 도메인 이름은 마침표(점)로 구분한 계층적인 이름(레이블)의 연속으로 구성되며, {{glossary("TLD", "확장")}}으로 끝납니다.

<h2 id="더_알아보기">더 알아보기</h2>
## 더 알아보기

<h3 id="일반_지식">일반 지식</h3>
### 일반 지식

<ul>
<li>위키백과 <a href="https://ko.wikipedia.org/wiki/%EB%8F%84%EB%A9%94%EC%9D%B8_%EB%84%A4%EC%9E%84">도메인 네임</a> </li>
<li><a href="/ko/docs/Learn/Common_questions/What_is_a_domain_name">Understanding domain names</a></li>
</ul>
- 위키백과 [도메인 네임](https://ko.wikipedia.org/wiki/%EB%8F%84%EB%A9%94%EC%9D%B8_%EB%84%A4%EC%9E%84)
- [Understanding domain names](/ko/docs/Learn/Common_questions/What_is_a_domain_name)
16 changes: 6 additions & 10 deletions files/ko/glossary/dynamic_programming_language/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ slug: Glossary/Dynamic_programming_language
translation_of: Glossary/Dynamic_programming_language
original_slug: Glossary/동적_프로그래밍_언어
---
<p>A <strong>dynamic programming language</strong> is a programming language in which operations otherwise done at compile-time can be done at run-time. For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.</p>
A **dynamic programming language** is a programming language in which operations otherwise done at compile-time can be done at run-time. For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.

<p>This is opposed to so-called static programming languages, in which such changes are normally not possible.</p>
This is opposed to so-called static programming languages, in which such changes are normally not possible.

<div class="note">
<p>Note that while there is indeed a connection between this dynamic/static property of programming languages and <a href="/en-US/docs/Glossary/Dynamic_typing">dynamic</a>/<a href="/en-US/docs/Glossary/Static_typing">static-typing</a>, the two are far from synonymous.</p>
</div>
> **참고:** Note that while there is indeed a connection between this dynamic/static property of programming languages and [dynamic](/ko/docs/Glossary/Dynamic_typing)/[static-typing](/ko/docs/Glossary/Static_typing), the two are far from synonymous.
<h2 id="Learn_more">Learn more</h2>
## Learn more

<h3 id="General_knowledge">General knowledge</h3>
### General knowledge

<ul>
<li><a href="https://ko.wikipedia.org/wiki/%EB%8F%99%EC%A0%81_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D_%EC%96%B8%EC%96%B4">동적 프로그래밍 언어</a> on Wikipedia</li>
</ul>
- [동적 프로그래밍 언어](https://ko.wikipedia.org/wiki/%EB%8F%99%EC%A0%81_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D_%EC%96%B8%EC%96%B4) on Wikipedia
16 changes: 6 additions & 10 deletions files/ko/glossary/ecmascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ title: ECMAScript
slug: Glossary/ECMAScript
translation_of: Glossary/ECMAScript
---
<p><strong>ECMAScript</strong>는 {{glossary("JavaScript")}}의 기반이 되는 스크립팅 언어 명세입니다. <a href="http://www.ecma-international.org">Ecma International</a>은 ECMAScript 표준화를 담당하고 있습니다.</p>
**ECMAScript**는 {{glossary("JavaScript")}}의 기반이 되는 스크립팅 언어 명세입니다. [Ecma International](http://www.ecma-international.org)은 ECMAScript 표준화를 담당하고 있습니다.

<h2 id="더_알아보기">더 알아보기</h2>
## 더 알아보기

<h3 id="일반_지식">일반 지식</h3>
### 일반 지식

<ul>
<li><a href="https://ko.wikipedia.org/wiki/ECMA%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8">ECMAScript</a> on Wikipedia</li>
</ul>
- [ECMAScript](https://ko.wikipedia.org/wiki/ECMA%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8) on Wikipedia

<h3 id="기술_레퍼런스">기술 레퍼런스</h3>
### 기술 레퍼런스

<ul>
<li><a href="http://www.ecmascript.org/">ECMAScript</a></li>
</ul>
- [ECMAScript](http://www.ecmascript.org/)
18 changes: 8 additions & 10 deletions files/ko/glossary/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ tags:
- 엘리먼트
translation_of: Glossary/Element
---
<div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div>
{{QuickLinksWithSubpages("/ko/docs/Glossary")}}

<p><strong>요소</strong>(element)는 웹 페이지를 구성합니다. {{glossary("XML")}}과 {{glossary("HTML")}}에서, 요소는 데이터 항목, 텍스트 한 묶음, 이미지를 담을 수 있고, 아무것도 담지 않을 수도 있습니다. 일반적인 요소는 여는 태그와 몇 가지 {{glossary("attribute", "특성")}}, 내부의 텍스트 콘텐츠, 닫는 태그로 구성됩니다.<br>
<img alt="Example: in &lt;p class=&quot;nice&quot;>Hello world!&lt;/p>, '&lt;p class=&quot;nice&quot;>' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '&lt;/p>' is a closing tag." src="https://mdn.mozillademos.org/files/7659/anatomy-of-an-html-element.png" style="height: 181px; width: 609px;"></p>
**요소**(element)는 웹 페이지를 구성합니다. {{glossary("XML")}}과 {{glossary("HTML")}}에서, 요소는 데이터 항목, 텍스트 한 묶음, 이미지를 담을 수 있고, 아무것도 담지 않을 수도 있습니다. 일반적인 요소는 여는 태그와 몇 가지 {{glossary("attribute", "특성")}}, 내부의 텍스트 콘텐츠, 닫는 태그로 구성됩니다.
![Example: in <p class="nice">Hello world!</p>, '<p class="nice">' is an opening tag, 'class="nice"' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag.](https://mdn.mozillademos.org/files/7659/anatomy-of-an-html-element.png)

<p>요소와 {{glossary("tag", "태그")}}는 <strong>같지 않습니다</strong>. 태그는 소스 코드에서 요소의 시작과 끝을 표시하고, 요소는 {{glossary("browser", "브라우저")}}가 페이지를 표시할 때 사용하는 문서 모델인 {{glossary("DOM")}}의 일부입니다.</p>
요소와 {{glossary("tag", "태그")}}는 **같지 않습니다**. 태그는 소스 코드에서 요소의 시작과 끝을 표시하고, 요소는 {{glossary("browser", "브라우저")}}가 페이지를 표시할 때 사용하는 문서 모델인 {{glossary("DOM")}}의 일부입니다.

<h2 id="같이_보기">같이 보기</h2>
## 같이 보기

<ul>
<li><a href="/ko/docs/Learn/HTML/Introduction_to_HTML/Getting_started">HTML 시작하기</a></li>
<li><a href="/ko/docs/Web/Web_Components/Using_custom_elements">사용자 지정 요소 정의하기</a></li>
<li>DOM의 요소를 나타내는 {{domxref("Element")}} 인터페이스</li>
</ul>
- [HTML 시작하기](/ko/docs/Learn/HTML/Introduction_to_HTML/Getting_started)
- [사용자 지정 요소 정의하기](/ko/docs/Web/Web_Components/Using_custom_elements)
- DOM의 요소를 나타내는 {{domxref("Element")}} 인터페이스
40 changes: 19 additions & 21 deletions files/ko/glossary/empty_element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,26 @@ tags:
- Intermediate
translation_of: Glossary/Empty_element
---
<p><strong>빈 요소</strong>는 HTML, SVG, MathML의 {{glossary("element", "요소")}} 중 자식 노드를 가질 수 <strong>없는</strong> 요소입니다.</p>
**빈 요소**는 HTML, SVG, MathML의 {{glossary("element", "요소")}} 중 자식 노드를 가질 수 **없는** 요소입니다.

<p><a href="https://html.spec.whatwg.org/multipage/">HTML</a>, <a href="https://www.w3.org/TR/SVG2/">SVG</a>, <a href="https://www.w3.org/TR/MathML3/">MathML</a>의 명세는 각각의 요소가 무엇을 담을 수 있는지 매우 정확하게 명시하고 있습니다. 많은 수의 조합은 {{htmlelement("hr")}} 안의 {{htmlelement("audio")}}와 같이, 아무런 의미도 갖지 않습니다.</p>
[HTML](https://html.spec.whatwg.org/multipage/), [SVG](https://www.w3.org/TR/SVG2/), [MathML](https://www.w3.org/TR/MathML3/)의 명세는 각각의 요소가 무엇을 담을 수 있는지 매우 정확하게 명시하고 있습니다. 많은 수의 조합은 {{htmlelement("hr")}} 안의 {{htmlelement("audio")}}와 같이, 아무런 의미도 갖지 않습니다.

<p>HTML의 빈 요소에 닫는 태그를 사용하는 건 보통 유효하지 않습니다. 예를 들어 <code>&lt;input type="text"&gt;&lt;/input&gt;</code>는 유효하지 않은 HTML입니다.</p>
HTML의 빈 요소에 닫는 태그를 사용하는 건 보통 유효하지 않습니다. 예를 들어 `<input type="text"></input>`는 유효하지 않은 HTML입니다.

<p>HTML의 빈 요소 목록은 다음과 같습니다.</p>
HTML의 빈 요소 목록은 다음과 같습니다.

<ul>
<li>{{HTMLElement("area")}}</li>
<li>{{HTMLElement("base")}}</li>
<li>{{HTMLElement("br")}}</li>
<li>{{HTMLElement("col")}}</li>
<li>{{HTMLElement("embed")}}</li>
<li>{{HTMLElement("hr")}}</li>
<li>{{HTMLElement("img")}}</li>
<li>{{HTMLElement("input")}}</li>
<li>{{HTMLElement("keygen")}}(HTML 5.2 초안에서 제거)</li>
<li>{{HTMLElement("link")}}</li>
<li>{{HTMLElement("meta")}}</li>
<li>{{HTMLElement("param")}}</li>
<li>{{HTMLElement("source")}}</li>
<li>{{HTMLElement("track")}}</li>
<li>{{HTMLElement("wbr")}}</li>
</ul>
- {{HTMLElement("area")}}
- {{HTMLElement("base")}}
- {{HTMLElement("br")}}
- {{HTMLElement("col")}}
- {{HTMLElement("embed")}}
- {{HTMLElement("hr")}}
- {{HTMLElement("img")}}
- {{HTMLElement("input")}}
- {{HTMLElement("keygen")}}(HTML 5.2 초안에서 제거)
- {{HTMLElement("link")}}
- {{HTMLElement("meta")}}
- {{HTMLElement("param")}}
- {{HTMLElement("source")}}
- {{HTMLElement("track")}}
- {{HTMLElement("wbr")}}
45 changes: 15 additions & 30 deletions files/ko/glossary/endianness/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,23 @@ tags:
- Glossary
translation_of: Glossary/Endianness
---
<p id="Summary"><strong>엔디언</strong>(endian, endianness) 또는 <strong>바이트 순서</strong>는 숫자를 구성하는 바이트를 컴퓨터가 정렬하는 방법입니다.</p>
**엔디언**(endian, endianness) 또는 **바이트 순서**는 숫자를 구성하는 바이트를 컴퓨터가 정렬하는 방법입니다.

<p>메모리의 저장 공간은 인덱스, 또는 주소를 가지고 있습니다. 각각의 바이트는 8비트 숫자(<code>0x00</code> 이상, <code>0xff</code> 이하)를 저장할 수 있으므로, 그보다 큰 숫자에 대해서는 두 개 이상의 바이트가 필요합니다. 여러 개의 바이트를 정렬하는, 지금까지 가장 많이 쓰이는 방법은 모든 Intel 프로세서가 사용하는 <strong>리틀 엔디언</strong>입니다. 리틀 엔디언은 작은 단위부터 정렬하는 방식으로, 가장 작은 단위의 바이트가 맨 앞 혹은 앞쪽 주소를 차지합니다. 이 방식은 유럽식 날짜 표기(31-12-2050)에 대입할 수 있습니다.</p>
메모리의 저장 공간은 인덱스, 또는 주소를 가지고 있습니다. 각각의 바이트는 8비트 숫자(`0x00` 이상, `0xff` 이하)를 저장할 수 있으므로, 그보다 큰 숫자에 대해서는 두 개 이상의 바이트가 필요합니다. 여러 개의 바이트를 정렬하는, 지금까지 가장 많이 쓰이는 방법은 모든 Intel 프로세서가 사용하는 **리틀 엔디언**입니다. 리틀 엔디언은 작은 단위부터 정렬하는 방식으로, 가장 작은 단위의 바이트가 맨 앞 혹은 앞쪽 주소를 차지합니다. 이 방식은 유럽식 날짜 표기(31-12-2050)에 대입할 수 있습니다.

<p>자연스럽게, <strong>빅 엔디언</strong>은 그 반대 순서를 나타내며 ISO 날짜 표기(2050-12-31)와 같습니다. 빅 엔디언은 "네트워크 바이트 순서"라고도 부르는데, 대부분의 인터넷 표준은 데이터의 저장 방식에 빅 엔디언을 요구하기 때문입니다. 이는 표준 UNIX 소켓 단계부터, 표준화 웹 이진 데이터 구조까지 올라갑니다. 또한 68000 시리즈와 PowerPC 마이크로프로세서를 사용하는 구형 Mac 컴퓨터는 빅 엔디언을 사용했었습니다.</p>
자연스럽게, **빅 엔디언**은 그 반대 순서를 나타내며 ISO 날짜 표기(2050-12-31)와 같습니다. 빅 엔디언은 "네트워크 바이트 순서"라고도 부르는데, 대부분의 인터넷 표준은 데이터의 저장 방식에 빅 엔디언을 요구하기 때문입니다. 이는 표준 UNIX 소켓 단계부터, 표준화 웹 이진 데이터 구조까지 올라갑니다. 또한 68000 시리즈와 PowerPC 마이크로프로세서를 사용하는 구형 Mac 컴퓨터는 빅 엔디언을 사용했었습니다.

<p>다음은 숫자 <code>0x12345678</code> (10진수 305 419 896)으로 나타낸 예제입니다.</p>
다음은 숫자 `0x12345678` (10진수 305 419 896)으로 나타낸 예제입니다.

<ul>
<li>리틀 엔디언: <code>0x78 0x56 0x34 0x12</code></li>
<li>빅 엔디언: <code>0x12 0x34 0x56 0x78</code></li>
<li>혼합 엔디언(구형, 매우 드묾): <code>0x34 0x12 0x78 0x56</code></li>
</ul>
- 리틀 엔디언: `0x78 0x56 0x34 0x12`
- 빅 엔디언: `0x12 0x34 0x56 0x78`
- 혼합 엔디언(구형, 매우 드묾): `0x34 0x12 0x78 0x56`

<section id="Quick_links">
<ol>
<li>같이 보기
<ol>
<li>{{jsxref("ArrayBuffer")}}</li>
<li>{{jsxref("DataView")}}</li>
<li><a href="/ko/docs/Web/JavaScript/Typed_arrays">형식화 배열</a></li>
</ol>
</li>
<li>위키백과
<ol>
<li><a href="https://ko.wikipedia.org/wiki/%EC%97%94%EB%94%94%EC%96%B8">엔디언</a></li>
</ol>
</li>
<li><a href="/ko/docs/Glossary">용어 사전</a>
<ol>
<li>{{Glossary("data structure", "자료 구조")}}</li>
</ol>
</li>
</ol>
</section>
## 같이 보기

- {{jsxref("ArrayBuffer")}}
- {{jsxref("DataView")}}
- [형식화 배열](/ko/docs/Web/JavaScript/Typed_arrays)
- [엔디언](https://ko.wikipedia.org/wiki/%EC%97%94%EB%94%94%EC%96%B8)
- [용어 사전](/ko/docs/Glossary)
- {{Glossary("data structure", "자료 구조")}}
Loading

0 comments on commit 8fee790

Please sign in to comment.