aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/operators/optional_chaining/index.html
diff options
context:
space:
mode:
authoralattalatta <urty5656@gmail.com>2021-07-26 22:51:29 +0900
committerGitHub <noreply@github.com>2021-07-26 22:51:29 +0900
commit91bca910871ea185e7970937a9739dbbf3d223a9 (patch)
treefa4ca739b9600da9c3135a70a834ebd3cd9d94fa /files/ko/web/javascript/reference/operators/optional_chaining/index.html
parent170ee25aa30bde456c637f08f0315763e21193cd (diff)
downloadtranslated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.gz
translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.bz2
translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.zip
Remove hidden/noinclude from JS docs (#1583)
Diffstat (limited to 'files/ko/web/javascript/reference/operators/optional_chaining/index.html')
-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>