Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: glossary string에서 누락된 sidebar 추가 #15982

Merged
merged 2 commits into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion files/ko/glossary/string/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: String
slug: Glossary/String
---

{{GlossarySidebar}}

특정한 컴퓨터 프로그래밍 언어에서 문자를 표현하는 데 사용되는, {{Glossary("character","문자")}} 열 시퀀스이다.

{{Glossary("JavaScript")}}에서 String은 {{Glossary("Primitive", "원시 값들")}} 중 하나이고 {{jsxref("String")}}객체는 String primitive를 둘러싼 {{Glossary("wrapper")}}다.
Expand All @@ -12,4 +14,4 @@ slug: Glossary/String
### 일반적인 지식

- Wikipedia의 [String (computer science)](<https://en.wikipedia.org/wiki/String_(computer_science)>)
- [JavaScript data types and data structures](/ko/docs/Web/JavaScript/Data_structures#String_type)
- [JavaScript data types and data structures](/ko/docs/Web/JavaScript/Data_structures#string_type)