aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/ecmascript/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/ecmascript/index.html')
-rw-r--r--files/es/glossary/ecmascript/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/es/glossary/ecmascript/index.html b/files/es/glossary/ecmascript/index.html
new file mode 100644
index 0000000000..0ada88d40b
--- /dev/null
+++ b/files/es/glossary/ecmascript/index.html
@@ -0,0 +1,23 @@
+---
+title: ECMAScript
+slug: Glossary/ECMAScript
+tags:
+ - Glosario
+ - WebMechanics
+translation_of: Glossary/ECMAScript
+---
+<p><strong>ECMAScript</strong> es una especificación de lenguaje de scripting en la que se basa {{Glossary("JavaScript")}}. <a href="http://www.ecma-international.org">Ecma International</a> está a cargo de estandarizar ECMAScript.</p>
+
+<h2 id="Aprende_más">Aprende más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "ECMAScript")}} en Wikipedia</li>
+</ul>
+
+<h3 id="Referencia_técnica">Referencia técnica</h3>
+
+<ul>
+ <li><a href="https://tc39.es/ecma262/">ECMAScript</a></li>
+</ul>