blob: 3fd818bfee9c37408cd44d12464522737653ecc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: Prototype
slug: Glossary/Prototype
translation_of: Glossary/Prototype
---
<p>프로토타입은 개발 사이클의 초기 단계에서 제품 혹은 어플리케이션의 외형이나 동작을 보여줄 수 있는 모델을 의미합니다. </p>
<p><a href="/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain">상속과 프로토타입 체인</a>에 대해서도 살펴보세요.</p>
<h2 id="Learn_more">Learn more</h2>
<h3 id="General_knowledge">General knowledge</h3>
<ul>
<li>{{Interwiki("wikipedia", "Software Prototyping")}} on Wikipedia</li>
</ul>
|