--- 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>