From 86792571ae1a21a1e4bf526747d6dd1c2636d167 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sat, 14 Aug 2021 15:57:42 +0900 Subject: Clean up JS reference documents (#1818) * Clean up JavaScript references HTML code - Remove inline styles - Remove elements - Remove title attribute * Remove sup/sub from JavaScript reference * Remove name attrs from JavaScript reference * Remove legacy browser compat elements * Remove duplicate browser-compat key --- files/ko/web/javascript/reference/operators/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ko/web/javascript/reference/operators/index.html') diff --git a/files/ko/web/javascript/reference/operators/index.html b/files/ko/web/javascript/reference/operators/index.html index 1ddd778228..16133a2db7 100644 --- a/files/ko/web/javascript/reference/operators/index.html +++ b/files/ko/web/javascript/reference/operators/index.html @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Operators ---
{{jsSidebar("Operators")}}
-

이 장은 JavaScript의 모든 연산자operator, 식expression 및 키워드를 나열합니다.

+

이 장은 JavaScript의 모든 연산자, 식 및 키워드를 나열합니다.

항목별 식 및 연산자

@@ -28,7 +28,7 @@ translation_of: Web/JavaScript/Reference/Operators
{{JSxRef("Operators/class", "class")}}
class 키워드는 클래스를 정의합니다.
{{JSxRef("Operators/function*", "function*")}}
-
function* 키워드는 생성기generator 함수 식을 정의합니다.
+
function* 키워드는 생성기 함수 식을 정의합니다.
{{JSxRef("Operators/yield", "yield")}}
생성기 함수를 일시정지 및 재개합니다.
{{JSxRef("Operators/yield*", "yield*")}}
@@ -162,14 +162,14 @@ translation_of: Web/JavaScript/Reference/Operators
{{JSxRef("Operators/Inequality", "!=")}}
부등 연산자.
{{JSxRef("Operators/Strict_equality", "===")}}
-
일치identity 연산자.
+
일치 연산자.
{{JSxRef("Operators/Strict_inequality", "!==")}}
불일치 연산자.

비트 시프트 연산자

-

피연산자의 모든 비트를 이동shift하는 연산.

+

피연산자의 모든 비트를 시프트하는 연산.

{{JSxRef("Operators/Left_shift", "<<")}}
-- cgit v1.2.3-54-g00ecf