diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/nl/glossary/ecmascript | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/nl/glossary/ecmascript')
-rw-r--r-- | files/nl/glossary/ecmascript/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/nl/glossary/ecmascript/index.html b/files/nl/glossary/ecmascript/index.html new file mode 100644 index 0000000000..54a06d9d34 --- /dev/null +++ b/files/nl/glossary/ecmascript/index.html @@ -0,0 +1,23 @@ +--- +title: ECMAScript +slug: Glossary/ECMAScript +tags: + - Webmechaniek + - woordenlijst +translation_of: Glossary/ECMAScript +--- +<p><strong>ECMAScript</strong> is de scripttaal waarop {{glossary("JavaScript")}} is gebaseerd. <a href="http://www.ecma-international.org">Ecma International</a> is verantwoordelijk voor het standaardiseren van ECMAScript.</p> + +<h2 id="Meer_informatie">Meer informatie</h2> + +<h3 id="Algemene_kennis">Algemene kennis</h3> + +<ul> + <li>{{Interwiki("wikipedia", "ECMAScript")}} op Wikipedia</li> +</ul> + +<h3 id="Technische_referentie">Technische referentie</h3> + +<ul> + <li><a href="http://www.ecmascript.org/">ECMAScript</a></li> +</ul> |