diff options
Diffstat (limited to 'files/ko/web/javascript/reference/operators')
5 files changed, 0 insertions, 15 deletions
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 <div>{{EmbedInteractiveExample("pages/js/expressions-equality.html")}}</div> -<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div> - <h2 id="문법">문법</h2> <pre class="syntaxbox notranslate">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 <div>{{EmbedInteractiveExample("pages/js/expressions-nullishcoalescingoperator.html")}}</div> -<p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.<br> - 이 예제의 추가는 <a href="https://github.com/mdn/interactive-examples/pull/1482#issuecomment-553841750">PR #1482</a>를 참조해라.</p> - <h2 id="문법">문법</h2> <pre class="syntaxbox notranslate"><var>leftExpr</var> ?? <var>rightExpr</var> 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 <p>{{EmbedInteractiveExample("pages/js/expressions-objectinitializer.html", "taller")}}</p> -<div class="hidden"> -<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</p> -</div> - <h2 id="구문">구문</h2> <pre class="brush: js notranslate">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 <div>{{EmbedInteractiveExample("pages/js/expressions-optionalchainingoperator.html")}}</div> -<div></div> - -<p class="hidden">이 대화식 예제의 소스는 GitHub repository에 저장된다. 만약 너가 대화식 예제 프로젝트에 기여하려면, <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a>를 복제(clone)하고 풀 리퀘스트를 보내라.</p> - <h2 id="문법">문법</h2> <pre class="syntaxbox"><var>obj</var>?.<var>prop</var> 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 <div>{{EmbedInteractiveExample("pages/js/expressions-typeof.html")}}</div> -<p class="hidden">이 예제 소스는 GitHub repository에 존재합니다. 만약 이 예제에 기여하고 싶다면 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a>를 클론해서 pull request를 보내주세요.</p> - <h2 id="구문">구문</h2> <p><code>typeof</code> 연산자는 피연산자 앞에 위치합니다.</p> |