From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/glossary/variable/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/fr/glossary/variable/index.html (limited to 'files/fr/glossary/variable/index.html') diff --git a/files/fr/glossary/variable/index.html b/files/fr/glossary/variable/index.html new file mode 100644 index 0000000000..547a5ef7e2 --- /dev/null +++ b/files/fr/glossary/variable/index.html @@ -0,0 +1,27 @@ +--- +title: Variable +slug: Glossaire/Variable +tags: + - Encodage + - Glossaire + - JavaScript + - Programmation + - Variables +translation_of: Glossary/Variable +--- +

Une variable est un emplacement nommé pour conserver une {{Glossary("Value", "valeur")}}. Ainsi, il est possible d'accéder à une valeur quelconque par l'intermédiaire d'un nom prédéterminé.

+ +

En apprendre plus

+ +

Culture générale

+ + + +

Référence technique

+ + -- cgit v1.2.3-54-g00ecf