aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/ecmascript/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/ecmascript/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/ecmascript/index.html')
-rw-r--r--files/ko/glossary/ecmascript/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ko/glossary/ecmascript/index.html b/files/ko/glossary/ecmascript/index.html
new file mode 100644
index 0000000000..c98547d9e6
--- /dev/null
+++ b/files/ko/glossary/ecmascript/index.html
@@ -0,0 +1,20 @@
+---
+title: ECMAScript
+slug: Glossary/ECMAScript
+translation_of: Glossary/ECMAScript
+---
+<p><strong>ECMAScript</strong>는 {{glossary("JavaScript")}}의 기반이 되는 스크립팅 언어 명세입니다. <a href="http://www.ecma-international.org">Ecma International</a>은 ECMAScript 표준화를 담당하고 있습니다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반_지식">일반 지식</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "ECMAScript")}} on Wikipedia</li>
+</ul>
+
+<h3 id="기술_레퍼런스">기술 레퍼런스</h3>
+
+<ul>
+ <li><a href="http://www.ecmascript.org/">ECMAScript</a></li>
+</ul>