aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/object
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/object')
-rw-r--r--files/ko/web/javascript/reference/global_objects/object/assign/index.html4
-rw-r--r--files/ko/web/javascript/reference/global_objects/object/values/index.html2
2 files changed, 0 insertions, 6 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/object/assign/index.html b/files/ko/web/javascript/reference/global_objects/object/assign/index.html
index 6585f90a85..445cae9bb0 100644
--- a/files/ko/web/javascript/reference/global_objects/object/assign/index.html
+++ b/files/ko/web/javascript/reference/global_objects/object/assign/index.html
@@ -19,10 +19,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/assign
<p>{{EmbedInteractiveExample("pages/js/object-assign.html")}}</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="syntaxbox">Object.assign(<var>target</var>, ...<var>sources</var>)</pre>
diff --git a/files/ko/web/javascript/reference/global_objects/object/values/index.html b/files/ko/web/javascript/reference/global_objects/object/values/index.html
index af8f159a53..152073ba89 100644
--- a/files/ko/web/javascript/reference/global_objects/object/values/index.html
+++ b/files/ko/web/javascript/reference/global_objects/object/values/index.html
@@ -9,8 +9,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/values
<div>{{EmbedInteractiveExample("pages/js/object-values.html")}}</div>
-<p class="hidden">샘플 소스는 GitHub에 저장되어 있습니다. 샘플 소스에 대해서 컨트리뷰트하고 싶다면, <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a>  프로젝트를 클론하고, 풀 리퀘스트를 보내주세요. </p>
-
<h2 id="Syntax">Syntax</h2>
<pre class="syntaxbox">Object.values(<var>obj</var>)</pre>