aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/guide/expressions_and_operators/index.html
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-06 21:23:25 +0900
committerGitHub <noreply@github.com>2022-02-06 21:23:25 +0900
commitac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch)
tree3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/guide/expressions_and_operators/index.html
parent7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff)
downloadtranslated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/guide/expressions_and_operators/index.html')
-rw-r--r--files/ko/web/javascript/guide/expressions_and_operators/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/guide/expressions_and_operators/index.html b/files/ko/web/javascript/guide/expressions_and_operators/index.html
index d619a14fd8..2af9eceb7e 100644
--- a/files/ko/web/javascript/guide/expressions_and_operators/index.html
+++ b/files/ko/web/javascript/guide/expressions_and_operators/index.html
@@ -17,7 +17,7 @@ translation_of: Web/JavaScript/Guide/Expressions_and_Operators
"Web/JavaScript/Guide/Numbers_and_dates")}}
</div>
-<p class="summary">
+<p >
이 장은 JavaScript의 표현식과 할당, 비교, 산술, 비트 계산, 논리, 문자열, 삼항 등 여러 가지 연산자를 설명합니다.
</p>