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 63649f9 commit 3e07f87
Show file tree
Hide file tree
Showing 16 changed files with 154 additions and 262 deletions.
16 changes: 6 additions & 10 deletions files/ko/glossary/metadata/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ tags:
- metadata
translation_of: Glossary/Metadata
---
<p><strong>메타데이터</strong>의 가장 단순한 정의는 데이터를 설명하는 데이터입니다. 예를 들어 {{glossary("HTML")}}은 데이터입니다. 그리고 HTML의 {{htmlelement("head")}} 안에는 문서 작성자나 문서 요약과 같이 문서를 설명하는 데이터, 즉 메타데이터를 넣을 수 있습니다.</p>
**메타데이터**의 가장 단순한 정의는 데이터를 설명하는 데이터입니다. 예를 들어 {{glossary("HTML")}}은 데이터입니다. 그리고 HTML의 {{htmlelement("head")}} 안에는 문서 작성자나 문서 요약과 같이 문서를 설명하는 데이터, 즉 메타데이터를 넣을 수 있습니다.

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

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

<ul>
<li>위키백과 <a href="https://ko.wikipedia.org/wiki/%EB%A9%94%ED%83%80%EB%8D%B0%EC%9D%B4%ED%84%B0">메타데이터</a></li>
</ul>
- 위키백과 [메타데이터](https://ko.wikipedia.org/wiki/%EB%A9%94%ED%83%80%EB%8D%B0%EC%9D%B4%ED%84%B0)

<h3 id="HTML_메타데이터">HTML 메타데이터</h3>
### HTML 메타데이터

<ul>
<li>MDN의 {{htmlelement("meta")}} 요소 문서</li>
</ul>
- MDN의 {{htmlelement("meta")}} 요소 문서
37 changes: 9 additions & 28 deletions files/ko/glossary/method/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,19 @@ title: Method
slug: Glossary/Method
translation_of: Glossary/Method
---
<p>메소드(<strong>method)</strong>는 {{glossary("object","객체")}}의 {{glossary("property", "속성")}}인 {{glossary("function", "함수")}}이다. 두 가지 종류의 메소드가 있다. 객체 인스턴스에 의해 수행되는 태스크에 내장된 인스턴스 메소드 또는 오브젝트 생성자에서 직접 호출되는 태스크인 <em>{{Glossary("static method", "정적 메소드")}}</em>가 여기에 해당된다.</p>
메소드(**method)**는 {{glossary("object","객체")}}의 {{glossary("property", "속성")}}인 {{glossary("function", "함수")}}이다. 두 가지 종류의 메소드가 있다. 객체 인스턴스에 의해 수행되는 태스크에 내장된 인스턴스 메소드 또는 오브젝트 생성자에서 직접 호출되는 태스크인 *{{Glossary("static method", "정적 메소드")}}*가 여기에 해당된다.

<div class="note">
<p><strong>참고:</strong> 자바스크립트 함수에서 그 자체는 객체이므로, 그런 맥락에서 메소드는 실제로 함수에 대한 객체 {{glossary("object reference", "참조")}}인 것이다.</p>
</div>
> **참고:** 자바스크립트 함수에서 그 자체는 객체이므로, 그런 맥락에서 메소드는 실제로 함수에 대한 객체 {{glossary("object reference", "참조")}}인 것이다.
<h2 id="더_알아보기">더 알아보기</h2>
## 더 알아보기

<h3 id="이것에_대해_알아보기">이것에 대해 알아보기</h3>
### 이것에 대해 알아보기

<ul>
<li>Wikipedia의 <a href="https://en.wikipedia.org/wiki/Method_(computer_programming)">Method (computer programming)</a> </li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions">JavaScrip에서 메소드의 정의</a> (comparison of the traditional syntax and the new shorthand)</li>
</ul>
- Wikipedia의 [Method (computer programming)](<https://en.wikipedia.org/wiki/Method_(computer_programming)>)
- [JavaScrip에서 메소드의 정의](/ko/docs/Web/JavaScript/Reference/Functions/Method_definitions) (comparison of the traditional syntax and the new shorthand)

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

<ul>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Methods_Index">List of JavaScript built-in methods</a></li>
</ul>
- [List of JavaScript built-in methods](/ko/docs/Web/JavaScript/Reference/Methods_Index)

<section id="Quick_links">
<ul>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>

<ul>
<li>{{Glossary("function")}}</li>
<li>{{Glossary("object")}}</li>
<li>{{Glossary("property")}}</li>
<li>{{Glossary("static method")}}</li>
</ul>
</li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions">Defining a method in JavaScript</a></li>
</ul>
</section>
<section id="Quick_links"><ul><li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a><ul><li>{{Glossary("function")}}</li><li>{{Glossary("object")}}</li><li>{{Glossary("property")}}</li><li>{{Glossary("static method")}}</li></ul></li><li><a href="/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions">Defining a method in JavaScript</a></li></ul></section>
8 changes: 3 additions & 5 deletions files/ko/glossary/microsoft_edge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ tags:
- 엣지
translation_of: Glossary/Microsoft_Edge
---
<p><span class="seoSummary"><strong>Microsoft Edge</strong>는 Microsoft Windows에 포함되어 제공되는 무료 그래픽 {{glossary("world wide web", "웹")}} {{Glossary("browser","브라우저")}}입니다.</span> Microsoft 는 오랜 기간 사용했던 {{glossary("Microsoft Internet Explorer")}}를 대체하기 위해, 2014년부터 초기 코드명 스파르탄, 즉 Edge를 개발했습니다.</p>
**Microsoft Edge**는 Microsoft Windows에 포함되어 제공되는 무료 그래픽 {{glossary("world wide web", "웹")}} {{Glossary("browser","브라우저")}}입니다. Microsoft 는 오랜 기간 사용했던 {{glossary("Microsoft Internet Explorer")}}를 대체하기 위해, 2014년부터 초기 코드명 스파르탄, 즉 Edge를 개발했습니다.

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

<ul>
<li><a href="https://www.microsoft.com/edge">공식 웹 사이트</a></li>
</ul>
- [공식 웹 사이트](https://www.microsoft.com/edge)
40 changes: 17 additions & 23 deletions files/ko/glossary/microsoft_internet_explorer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,29 @@ title: Microsoft Internet Explorer
slug: Glossary/Microsoft_Internet_Explorer
translation_of: Glossary/Microsoft_Internet_Explorer
---
<p>Internet Explorer (또는 IE)는 Microsoft에서 레거시 엔터프라이즈 사용을 위해 유지 관리하는 무료 그래픽 {{glossary ( "browser")}}이다. {{glossary ( "Microsoft Edge")}}는 현재 기본 Windows 브라우저이다.</p>
Internet Explorer (또는 IE)는 Microsoft에서 레거시 엔터프라이즈 사용을 위해 유지 관리하는 무료 그래픽 {{glossary ( "browser")}}이다. {{glossary ( "Microsoft Edge")}}는 현재 기본 Windows 브라우저이다.

<p>Microsoft는 1995 년 "Microsoft Plus!"라는 패키지의 일부로 IE를 Windows와 함께 번들로 제공했습니다. 2002 년 무렵, Internet Explorer는 전 세계에서 가장 많이 사용되는 브라우저가되었지만 이후 Chrome, Firefox, Edge 및 Safari에 의해 기반을 잃었습니다.</p>
Microsoft는 1995 년 "Microsoft Plus!"라는 패키지의 일부로 IE를 Windows와 함께 번들로 제공했습니다. 2002 년 무렵, Internet Explorer는 전 세계에서 가장 많이 사용되는 브라우저가되었지만 이후 Chrome, Firefox, Edge 및 Safari에 의해 기반을 잃었습니다.

<p>IE는 많은 릴리즈를 거쳤으며 현재 데스크탑, 모바일 및 Xbox Console 버전을 사용할 수 있는 버전 11.0.12을 출시했다. 마이크로소프트는 2003년과 2001년에 각각 이전에 Mac과 UNIX에서 사용되었던 버전을 중단했다.</p>
IE는 많은 릴리즈를 거쳤으며 현재 데스크탑, 모바일 및 Xbox Console 버전을 사용할 수 있는 버전 11.0.12을 출시했다. 마이크로소프트는 2003년과 2001년에 각각 이전에 Mac과 UNIX에서 사용되었던 버전을 중단했다.

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

<h3 id="일반적인_지식" style="line-height: 24px; font-size: 1.71428571428571rem;">일반적인 지식</h3>
### 일반적인 지식

<ul>
<li>Wikipedia의 <a href="https://en.wikipedia.org/wiki/Internet_Explorer">Internet Explorer</a></li>
<li>Wikipedia의 <a href="https://en.wikipedia.org/wiki/History_of_Internet_Explorer">History of Internet Explorer</a> </li>
<li>Wikipedia의 <a href="https://en.wikipedia.org/wiki/Internet_Explorer_version_history">Internet Explorer versions</a> </li>
</ul>
- Wikipedia의 [Internet Explorer](https://en.wikipedia.org/wiki/Internet_Explorer)
- Wikipedia의 [History of Internet Explorer](https://en.wikipedia.org/wiki/History_of_Internet_Explorer)
- Wikipedia의 [Internet Explorer versions](https://en.wikipedia.org/wiki/Internet_Explorer_version_history)

<h3 id="Internet_Explorer_에_대해_알아보기" style="line-height: 24px; font-size: 1.71428571428571rem;">Internet Explorer 에 대해 알아보기</h3>
### Internet Explorer 에 대해 알아보기

<ul>
<li><a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie">http://windows.microsoft.com/en-us/internet-explorer/download-ie</a></li>
<li><a href="http://windows.microsoft.com/en-us/windows7/getting-started-with-internet-explorer-9">http://windows.microsoft.com/en-us/windows7/getting-started-with-internet-explorer-9</a></li>
<li><a href="http://windows.microsoft.com/en-us/internet-explorer/internet-explorer-help">http://windows.microsoft.com/en-us/internet-explorer/internet-explorer-help</a></li>
<li><a href="http://windows.microsoft.com/en-us/internet-explorer/make-ie-default-browser#ie=ie-11">http://windows.microsoft.com/en-us/internet-explorer/make-ie-default-browser#ie=ie-11</a></li>
</ul>
- <http://windows.microsoft.com/en-us/internet-explorer/download-ie>
- <http://windows.microsoft.com/en-us/windows7/getting-started-with-internet-explorer-9>
- <http://windows.microsoft.com/en-us/internet-explorer/internet-explorer-help>
- <http://windows.microsoft.com/en-us/internet-explorer/make-ie-default-browser#ie=ie-11>

<h3 id="기술적_참조" style="line-height: 24px; font-size: 1.71428571428571rem;">기술적 참조</h3>
### 기술적 참조

<ul>
<li><a href="http://windows.microsoft.com/en-us/internet-explorer/products/ie-8/system-requirements">http://windows.microsoft.com/en-us/internet-explorer/products/ie-8/system-requirements</a></li>
<li><a href="http://windows.microsoft.com/en-us/internet-explorer/products/ie-9/system-requirements">http://windows.microsoft.com/en-us/internet-explorer/products/ie-9/system-requirements</a></li>
<li><a href="http://support.microsoft.com/kb/969393">http://support.microsoft.com/kb/969393</a></li>
</ul>
- <http://windows.microsoft.com/en-us/internet-explorer/products/ie-8/system-requirements>
- <http://windows.microsoft.com/en-us/internet-explorer/products/ie-9/system-requirements>
- <http://support.microsoft.com/kb/969393>
22 changes: 9 additions & 13 deletions files/ko/glossary/mime_type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@ tags:
- 용어 해설
translation_of: Glossary/MIME_type
---
<p>과거에는 <strong>MIME type</strong>으로 불렸지만 지금은 "media type"으로 사용한다. 때때로는 "content type"이라고도 불리기도 한다. <strong>MIME type</strong>은 파일의 형식을 나타내는 문자열로 파일과 같이 송신되는데 content의 형식을 나타내기 위해 사용한다. 예를 들면 오디오 파일은 audio/ogg로 그림 파일은 image/png로 분류할 수 있다.</p>
과거에는 **MIME type**으로 불렸지만 지금은 "media type"으로 사용한다. 때때로는 "content type"이라고도 불리기도 한다. **MIME type**은 파일의 형식을 나타내는 문자열로 파일과 같이 송신되는데 content의 형식을 나타내기 위해 사용한다. 예를 들면 오디오 파일은 audio/ogg로 그림 파일은 image/png로 분류할 수 있다.

<p>윈도우에서 사용하는 파일 확장자와 동일한 역할을 한다. <strong>MIME type</strong>이라는 명칭은 이메일에서 사용된 <a href="/en-US/docs/Glossary/mime">MIME</a> standard에서 유래 됐다.</p>
윈도우에서 사용하는 파일 확장자와 동일한 역할을 한다. **MIME type**이라는 명칭은 이메일에서 사용된 [MIME](/ko/docs/Glossary/mime) standard에서 유래 됐다.

<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%AF%B8%EB%94%94%EC%96%B4_%ED%83%80%EC%9E%85">미디어 타입</a> on Wikipedia</li>
</ul>
- [미디어 타입](https://ko.wikipedia.org/wiki/%EB%AF%B8%EB%94%94%EC%96%B4_%ED%83%80%EC%9E%85) on Wikipedia

<h3 id="기술적인_참고">기술적인 참고</h3>
### 기술적인 참고

<ul>
<li><a href="http://www.iana.org/assignments/media-types/media-types.xhtml">MIME type의 종류</a></li>
<li><a href="/en-US/docs/Properly_Configuring_Server_MIME_Types">서버 MIME Type을 적절하게 설정하는 방법</a></li>
<li>Web context에서 <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MIME Types</a>을 사용하기 위한 자세한 방법</li>
</ul>
- [MIME type의 종류](http://www.iana.org/assignments/media-types/media-types.xhtml)
- [서버 MIME Type을 적절하게 설정하는 방법](/ko/docs/Properly_Configuring_Server_MIME_Types)
- Web context에서 [MIME Types](/ko/docs/Web/HTTP/Basics_of_HTTP/MIME_types)을 사용하기 위한 자세한 방법
18 changes: 7 additions & 11 deletions files/ko/glossary/mozilla_firefox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ tags:
- 파이어폭스
translation_of: Glossary/Mozilla_Firefox
---
<p><span class="seoSummary"><strong>Mozilla Firefox</strong>는 Mozilla Corporation에서 개발을 감독하는 무료 오픈 소스 </span><span style="line-height: 1.5;"><span class="seoSummary">{{Glossary("browser","브라우저")}}입니다.</span> Firefox는 Windows, OS X, Linux, Android에서 구동할 수 있습니다.</span></p>
**Mozilla Firefox**는 Mozilla Corporation에서 개발을 감독하는 무료 오픈 소스 {{Glossary("browser","브라우저")}}입니다. Firefox는 Windows, OS X, Linux, Android에서 구동할 수 있습니다.

<p><span style="line-height: 1.5;">2004년 11월에 처음 출시된 Firefox는 테마, 플러그인, <a href="/ko/docs/Mozilla/Add-ons">애드온</a> 등의 기능을 통해 사용자에게 철저히 맞출 수 있습니다. Firefox는 {{glossary("Gecko")}}를 사용해 웹 페이지를 렌더링 하고, 현재는 물론 곧 다가올 {{glossary("world wide web", "Web")}} 표준을 구현합니다.</span></p>
2004년 11월에 처음 출시된 Firefox는 테마, 플러그인, [애드온](/ko/docs/Mozilla/Add-ons) 등의 기능을 통해 사용자에게 철저히 맞출 수 있습니다. Firefox는 {{glossary("Gecko")}}를 사용해 웹 페이지를 렌더링 하고, 현재는 물론 곧 다가올 {{glossary("world wide web", "Web")}} 표준을 구현합니다.

<h2 id="더_알아보기"><span style="line-height: 1.5;">더 알아보기</span></h2>
## 더 알아보기

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

<ul>
<li><a href="https://www.mozilla.org/firefox">공식 웹 사이트</a></li>
</ul>
- [공식 웹 사이트](https://www.mozilla.org/firefox)

<h3 id="기술적_참고서">기술적 참고서</h3>
### 기술적 참고서

<ul>
<li>MDN <a href="/ko/docs/Mozilla/Firefox">Firefox 개발자 문서</a></li>
</ul>
- MDN [Firefox 개발자 문서](/ko/docs/Mozilla/Firefox)
43 changes: 20 additions & 23 deletions files/ko/glossary/mutable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,36 @@ tags:
- Glossary
- NeedsContent
---
<p>"Mutable"은 변경 가능(가변)한 변수의 유형입니다. <a href="/ko/docs/Glossary/JavaScript">JavaScript</a>에서, <a href="/ko/docs/Glossary/Primitive">원시 값</a>이 아닌 <a href="/ko/docs/Glossary/Object">객체</a>와 <a href="/ko/docs/Glossary/array">배열</a>만이 mutable입니다.</p>
"Mutable"은 변경 가능(가변)한 변수의 유형입니다. [JavaScript](/ko/docs/Glossary/JavaScript)에서, [원시 값](/ko/docs/Glossary/Primitive)이 아닌 [객체](/ko/docs/Glossary/Object)[배열](/ko/docs/Glossary/array)만이 mutable입니다.

<p>(변수 이름이 새 값을 가리키도록 "만들 수 있지만" 이전 값은 여전히 메모리에 유지됩니다. 따라서 Garbage collection이 필요합니다.)</p>
(변수 이름이 새 값을 가리키도록 "만들 수 있지만" 이전 값은 여전히 메모리에 유지됩니다. 따라서 Garbage collection이 필요합니다.)

<p><strong>가변 객체</strong>는 객체가 생성된 후 상태를 수정할 수 있는 객체입니다.</p>
**가변 객체**는 객체가 생성된 후 상태를 수정할 수 있는 객체입니다.

<p><strong>불변 객체</strong>는 일단 객체가 생성되면 상태를 변경할 수 없는 객체입니다.</p>
**불변 객체**는 일단 객체가 생성되면 상태를 변경할 수 없는 객체입니다.

<p><strong>문자열과 숫자</strong>는 <strong>불변</strong>입니다. 예제를 보고 이해해볼까요?</p>
**문자열과 숫자****불변**입니다. 예제를 보고 이해해볼까요?

<pre>var immutableString = "Hello";
```js
var immutableString = "Hello";

// 위의 코드에서는 문자열 값을 가진 새 개체가 생성됩니다.
// 위의 코드에서는 문자열 값을 가진 새 개체가 생성됩니다.

immutableString = immutableString + "World";
immutableString = immutableString + "World";

// 우리는 지금 기존 값에 "World" 를 추가하고 있습니다.
</pre>
// 우리는 지금 기존 값에 "World" 를 추가하고 있습니다.
```

<p>문자열 값을 사용하여 "immutableString" 을 추가하면 다음 이벤트가 발생합니다.:</p>
문자열 값을 사용하여 "immutableString" 을 추가하면 다음 이벤트가 발생합니다.:

<ol>
<li>기존 값 "immutableString"이 검색되었습니다.</li>
<li>"World"가 "immutableString"의 기존 값에 추가됩니다.</li>
<li>결과 값이 새 메모리 블록에 할당됩니다.</li>
<li>"immutableString" 객체는 새로 만든 메모리 공간을 가리킵니다.</li>
<li>기존에 생성한 메모리 공간은 Garbage collection이 가능해 집니다.</li>
</ol>
1. 기존 값 "immutableString"이 검색되었습니다.
2. "World"가 "immutableString"의 기존 값에 추가됩니다.
3. 결과 값이 새 메모리 블록에 할당됩니다.
4. "immutableString" 객체는 새로 만든 메모리 공간을 가리킵니다.
5. 기존에 생성한 메모리 공간은 Garbage collection이 가능해 집니다.

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

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

<ul>
<li><a href="https://ko.wikipedia.org/wiki/%EB%B6%88%EB%B3%80%EA%B0%9D%EC%B2%B4">불변 객체</a> on Wikipedia</li>
</ul>
- [불변 객체](https://ko.wikipedia.org/wiki/%EB%B6%88%EB%B3%80%EA%B0%9D%EC%B2%B4) on Wikipedia
Loading

0 comments on commit 3e07f87

Please sign in to comment.