aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/ecmascript/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:22:05 +0100
committerGitHub <noreply@github.com>2021-02-11 18:22:05 +0100
commit36dd1801df270db5af29576e3ba0c071933e6cca (patch)
treeef4b939a505e2ebd47d22c475db7316f524bfe0d /files/fr/glossary/ecmascript/index.html
parentf3460d511f9c648ecfe89f81187ff69ab68fc4a3 (diff)
parent7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (diff)
downloadtranslated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.gz
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.bz2
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.zip
Merge pull request #31 from fiji-flo/unslugging-fr
Unslugging fr
Diffstat (limited to 'files/fr/glossary/ecmascript/index.html')
-rw-r--r--files/fr/glossary/ecmascript/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/fr/glossary/ecmascript/index.html b/files/fr/glossary/ecmascript/index.html
new file mode 100644
index 0000000000..91a6268038
--- /dev/null
+++ b/files/fr/glossary/ecmascript/index.html
@@ -0,0 +1,24 @@
+---
+title: ECMAScript
+slug: Glossary/ECMAScript
+tags:
+ - Glossaire
+ - WebMechanics
+translation_of: Glossary/ECMAScript
+original_slug: Glossaire/ECMAScript
+---
+<p><strong>ECMAScript</strong> est le langage de script sur lequel {{glossary("JavaScript")}} est basé. <a href="http://www.ecma-international.org">Ecma International</a> a pour tâche la standardisation d'ECMAScript.</p>
+
+<h2 id="Pour_en_savoir_plus">Pour en savoir plus</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "ECMAScript")}} sur Wikipédia</li>
+</ul>
+
+<h3 id="Référence_technique">Référence technique</h3>
+
+<ul>
+ <li><a href="http://www.ecmascript.org/">ECMAScript</a></li>
+</ul>