blob: 99270bd71f3c6d38c267f7f03304b8a80a5bbf4e (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | ---
title: Instance
slug: Glossary/Instance
tags:
  - CodingScripting
  - Débutant
  - Glossaire
  - JavaScript
  - NeedsContent
translation_of: Glossary/Instance
original_slug: Glossaire/Instance
---
Un {{glossary("objet")}} créé par un {{glossary("constructeur")}} est une instance de ce constructeur.
## Pour approfondir
### Culture générale
- {{interwiki("wikipedia", "Instance (programmation)", "Instance")}} sur Wikipédia
 |