aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/operators/optional_chaining
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/operators/optional_chaining')
-rw-r--r--files/ko/web/javascript/reference/operators/optional_chaining/index.html4
1 files changed, 0 insertions, 4 deletions
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>