blob: f4ac5973775517f1a29949e1526e6c9887e8b849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: Undefined
slug: Glossary/undefined
tags:
- Encodage
- Glossaire
translation_of: Glossary/undefined
original_slug: Glossaire/undefined
---
<p>Une Valeur <strong>{{Glossary("primitive")}}</strong> affectée automatiquement aux <strong>{{Glossary("Variable","variables")}}</strong> qui viennent d'être déclarées ou aux <strong>{{Glossary("Argument","arguments")}}</strong><strong> formels</strong> pour lesquels il n'y a pas d'<strong>arguments réels</strong>.</p>
<h2 id="En_apprendre_plus">En apprendre plus</h2>
<h3 id="Culture_générale">Culture générale</h3>
<ul>
<li>{{Interwiki("wikipedia", "Valeur#Sciences_exactes","Valeur")}} sur Wikipedia</li>
</ul>
<h3 id="Référence_technique">Référence technique</h3>
<ul>
<li><a href="/fr/docs/Web/JavaScript/Structures_de_donn%C3%A9es">Structures de données</a></li>
</ul>
|