aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/operators/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/operators/index.html')
-rw-r--r--files/ko/web/javascript/reference/operators/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ko/web/javascript/reference/operators/index.html b/files/ko/web/javascript/reference/operators/index.html
index 9605b84278..1ddd778228 100644
--- a/files/ko/web/javascript/reference/operators/index.html
+++ b/files/ko/web/javascript/reference/operators/index.html
@@ -113,20 +113,20 @@ translation_of: Web/JavaScript/Reference/Operators
<dl>
<dt>{{JSxRef("Operators/Addition", "+")}}</dt>
- <dd>덧셈 연산자.</dd>
+ <dd>더하기 연산자.</dd>
<dt>{{JSxRef("Operators/Subtraction", "-")}}</dt>
- <dd>뺄셈 연산자.</dd>
+ <dd>빼기 연산자.</dd>
<dt>{{JSxRef("Operators/Division", "/")}}</dt>
- <dd>나눗셈 연산자.</dd>
+ <dd>나누기 연산자.</dd>
<dt>{{JSxRef("Operators/Multiplication", "*")}}</dt>
- <dd>곱셈 연산자.</dd>
+ <dd>곱하기 연산자.</dd>
<dt>{{JSxRef("Operators/Remainder", "%")}}</dt>
<dd>나머지 연산자.</dd>
</dl>
<dl>
<dt>{{JSxRef("Operators/Exponentiation", "**")}}</dt>
- <dd>지수 연산자.</dd>
+ <dd>거듭제곱 연산자.</dd>
</dl>
<h3 id="관계_연산자">관계 연산자</h3>