aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/functions
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/functions')
-rw-r--r--files/ko/web/javascript/reference/functions/default_parameters/index.html4
-rw-r--r--files/ko/web/javascript/reference/functions/rest_parameters/index.html6
2 files changed, 0 insertions, 10 deletions
diff --git a/files/ko/web/javascript/reference/functions/default_parameters/index.html b/files/ko/web/javascript/reference/functions/default_parameters/index.html
index cf5d6d03eb..78f5fc263e 100644
--- a/files/ko/web/javascript/reference/functions/default_parameters/index.html
+++ b/files/ko/web/javascript/reference/functions/default_parameters/index.html
@@ -15,10 +15,6 @@ translation_of: Web/JavaScript/Reference/Functions/Default_parameters
<p>{{EmbedInteractiveExample("pages/js/functions-default.html")}}</p>
-<div class="hidden">
-<p>위의 상호작용가능한 예제의 소스는 깃허브 저장소에 저장됩니다. 상호작용 예제 프로젝트에 기여하고 싶다면 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> 를 클론(clone)하여 풀 리퀘스트(pull request) 를 보내주세요.</p>
-</div>
-
<h2 id="구문">구문</h2>
<pre class="brush: js notranslate">
diff --git a/files/ko/web/javascript/reference/functions/rest_parameters/index.html b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
index 41302dda3f..7af5e4ddb4 100644
--- a/files/ko/web/javascript/reference/functions/rest_parameters/index.html
+++ b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
@@ -14,12 +14,6 @@ translation_of: Web/JavaScript/Reference/Functions/rest_parameters
<p>{{EmbedInteractiveExample("pages/js/functions-restparameters.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>
-
-<p> </p>
-
<h2 id="구문">구문</h2>
<pre class="brush: js">function f(a, b, ...theArgs) {