aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/string/index.html
blob: a64203c3a0bd595122f988f5e10238729e754df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>