aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/variable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/variable/index.html')
-rw-r--r--files/ko/glossary/variable/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ko/glossary/variable/index.html b/files/ko/glossary/variable/index.html
new file mode 100644
index 0000000000..ac52d0578a
--- /dev/null
+++ b/files/ko/glossary/variable/index.html
@@ -0,0 +1,21 @@
+---
+title: Variable
+slug: Glossary/Variable
+translation_of: Glossary/Variable
+---
+<p>변수는 {{Glossary("Value", "값")}}을 저장하기 위해 명명된 위치이다. 이것을 사용하면 미리 정해진 이름을 통해 예측할 수 없는 값에 접근할 수 있다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반적인_지식">일반적인 지식</h3>
+
+<ul>
+ <li>Wikipedia의 {{Interwiki("wikipedia", "Variable (computer science)")}} </li>
+</ul>
+
+<h3 id="기술적_참조">기술적 참조</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Declarations">Declaring variables in JavaScript</a></li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var"><code>var</code> statement in JavaScript</a></li>
+</ul>