blob: 745f56fcabe8b8cfdd4101d4e973a3ffdecefc86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
title: Prototype
slug: Glossary/Prototype
translation_of: Glossary/Prototype
---
<p>Prototyp</p>
<p>Ein Prototyp ist ein Modell, mit dem man schon früh im Entwicklungsprozess das Erscheinungsbild und das Verhalten einer Applikation oder eines Produktes darstellt.</p>
<p>Siehe auch <a href="/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain">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>
|