aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/string/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/string/index.html')
-rw-r--r--files/ko/glossary/string/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ko/glossary/string/index.html b/files/ko/glossary/string/index.html
new file mode 100644
index 0000000000..a64203c3a0
--- /dev/null
+++ b/files/ko/glossary/string/index.html
@@ -0,0 +1,17 @@
+---
+title: String
+slug: Glossary/String
+translation_of: Glossary/String
+---
+<p id="Summary">특정한 컴퓨터 프로그래밍 언어에서 문자를 표현하는 데 사용되는, {{Glossary("character","문자")}} 열 시퀀스이다.</p>
+
+<p>{{Glossary("JavaScript")}}에서 String은 {{Glossary("Primitive", "원시 값들")}} 중 하나이고 {{jsxref("String")}}객체는 String primitive를 둘러싼 {{Glossary("wrapper")}}다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반적인_지식">일반적인 지식</h3>
+
+<ul>
+ <li>Wikipedia의 {{Interwiki("wikipedia", "String (computer science)")}} </li>
+ <li><a href="/en-US/docs/Web/JavaScript/Data_structures#String_type">JavaScript data types and data structures</a></li>
+</ul>