Skip to content

Commit

Permalink
fix: glossary string에서 누락된 sidebar 추가 (#15982)
Browse files Browse the repository at this point in the history
* fix: glossary string에서 누락된 sidebar 추가

glossary sidebar가 누락되어 있었습니다.

* fix: flaw anchor to be lowercase
  • Loading branch information
jinbekim authored Oct 8, 2023
1 parent 3d3c095 commit 81d10f8
Showing 1 changed file with 3 additions and 1 deletion.
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)

0 comments on commit 81d10f8

Please sign in to comment.