From 8cfa7e3b080f8959d4dc7a00dab2da622bb31ece Mon Sep 17 00:00:00 2001 From: InSeongSo Date: Fri, 17 Sep 2021 15:55:19 +0900 Subject: [Ko] translate mutable, immutable content (#2329) * [Ko] translate mutable, immutable content * [ko] Fix on JavaScript.Data_structures * fix: ChangeBroken Links --- files/ko/glossary/immutable/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ko/glossary/immutable/index.html (limited to 'files/ko/glossary/immutable/index.html') diff --git a/files/ko/glossary/immutable/index.html b/files/ko/glossary/immutable/index.html new file mode 100644 index 0000000000..847f9bbbe3 --- /dev/null +++ b/files/ko/glossary/immutable/index.html @@ -0,0 +1,23 @@ +--- +title: Immutable +slug: Glossary/Immutable +tags: + - CodingScripting + - Glossary +--- +

불변 객체 는 내용을 변경할 수 없는 객체입니다.
+ 객체는 다양한 이유로 불변일 수 있습니다. 예를 들어 아래와 같습니다.

+ + + +

더 알아보기

+ +

일반적 지식

+ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf