aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossaire/string/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossaire/string/index.html')
-rw-r--r--files/fr/glossaire/string/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossaire/string/index.html b/files/fr/glossaire/string/index.html
new file mode 100644
index 0000000000..3e7b9ad844
--- /dev/null
+++ b/files/fr/glossaire/string/index.html
@@ -0,0 +1,22 @@
+---
+title: Chaîne de caractères
+slug: Glossaire/String
+tags:
+ - Chaîne de caractères
+ - Débutant
+ - Glossaire
+ - String
+translation_of: Glossary/String
+---
+<p id="Summary">Dans les langages de programmation, le terme chaîne de {{Glossary("character","caractères")}} <em>(String</em>) est utilisé pour représenter du texte.</p>
+
+<p>En {{Glossary("JavaScript")}}, une chaîne de caractères est l'une des {{Glossary("Primitive", "valeurs primitives")}} et l'objet {{jsxref("String")}} est un {{Glossary("wrapper")}} enveloppant une primitive String.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Chaîne de caractères")}} sur Wikipédia</li>
+ <li><a href="/fr/docs/Web/JavaScript/Structures_de_données#Le_type_chaîne_de_caractères_(String)">Structures et types de données en JavaScript</a></li>
+</ul>