From 91bca910871ea185e7970937a9739dbbf3d223a9 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Mon, 26 Jul 2021 22:51:29 +0900 Subject: Remove hidden/noinclude from JS docs (#1583) --- files/ko/web/javascript/reference/operators/equality/index.html | 2 -- .../reference/operators/nullish_coalescing_operator/index.html | 3 --- .../web/javascript/reference/operators/object_initializer/index.html | 4 ---- .../web/javascript/reference/operators/optional_chaining/index.html | 4 ---- files/ko/web/javascript/reference/operators/typeof/index.html | 2 -- 5 files changed, 15 deletions(-) (limited to 'files/ko/web/javascript/reference/operators') diff --git a/files/ko/web/javascript/reference/operators/equality/index.html b/files/ko/web/javascript/reference/operators/equality/index.html index 5ebe238590..a31ffca59c 100644 --- a/files/ko/web/javascript/reference/operators/equality/index.html +++ b/files/ko/web/javascript/reference/operators/equality/index.html @@ -9,8 +9,6 @@ translation_of: Web/JavaScript/Reference/Operators/Equality
{{EmbedInteractiveExample("pages/js/expressions-equality.html")}}
- -

문법

x == y
diff --git a/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
index 3a9a35a411..d5a4f69537 100644
--- a/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
+++ b/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
@@ -13,9 +13,6 @@ translation_of: Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
 
 
{{EmbedInteractiveExample("pages/js/expressions-nullishcoalescingoperator.html")}}
- -

문법

leftExpr ?? rightExpr
diff --git a/files/ko/web/javascript/reference/operators/object_initializer/index.html b/files/ko/web/javascript/reference/operators/object_initializer/index.html
index 6040804e5f..3a4bb219af 100644
--- a/files/ko/web/javascript/reference/operators/object_initializer/index.html
+++ b/files/ko/web/javascript/reference/operators/object_initializer/index.html
@@ -21,10 +21,6 @@ translation_of: Web/JavaScript/Reference/Operators/Object_initializer
 
 

{{EmbedInteractiveExample("pages/js/expressions-objectinitializer.html", "taller")}}

- -

구문

var o = {};
diff --git a/files/ko/web/javascript/reference/operators/optional_chaining/index.html b/files/ko/web/javascript/reference/operators/optional_chaining/index.html
index 6ee1eec759..ccdeacb35e 100644
--- a/files/ko/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/ko/web/javascript/reference/operators/optional_chaining/index.html
@@ -13,10 +13,6 @@ translation_of: Web/JavaScript/Reference/Operators/Optional_chaining
 
 
{{EmbedInteractiveExample("pages/js/expressions-optionalchainingoperator.html")}}
-
- - -

문법

obj?.prop
diff --git a/files/ko/web/javascript/reference/operators/typeof/index.html b/files/ko/web/javascript/reference/operators/typeof/index.html
index acdd2eedbb..42cb7b027a 100644
--- a/files/ko/web/javascript/reference/operators/typeof/index.html
+++ b/files/ko/web/javascript/reference/operators/typeof/index.html
@@ -14,8 +14,6 @@ translation_of: Web/JavaScript/Reference/Operators/typeof
 
 
{{EmbedInteractiveExample("pages/js/expressions-typeof.html")}}
- -

구문

typeof 연산자는 피연산자 앞에 위치합니다.

-- cgit v1.2.3-54-g00ecf