aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/functions
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 13:17:06 -0400
committerGitHub <noreply@github.com>2021-07-27 13:17:06 -0400
commit2f530bed8ebb6853b8c033979ef956575100bdf4 (patch)
treeaada0a33b9db7b4d69f5165f479b89b830e1afa8 /files/ko/web/javascript/reference/functions
parent1fef15f08f6d16b320c6d36e9c359be0dae917a6 (diff)
downloadtranslated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.gz
translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.bz2
translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.zip
remove link 'title' attributes that's just the 'href' (ko, part 3) (#1742)
Diffstat (limited to 'files/ko/web/javascript/reference/functions')
-rw-r--r--files/ko/web/javascript/reference/functions/arguments/callee/index.html2
-rw-r--r--files/ko/web/javascript/reference/functions/default_parameters/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/javascript/reference/functions/arguments/callee/index.html b/files/ko/web/javascript/reference/functions/arguments/callee/index.html
index 9f30366e6a..182e88e9dc 100644
--- a/files/ko/web/javascript/reference/functions/arguments/callee/index.html
+++ b/files/ko/web/javascript/reference/functions/arguments/callee/index.html
@@ -22,7 +22,7 @@ browser-compat: javascript.functions.arguments.callee
<h3 id="arguments.callee는_왜_ES5_엄격_모드에서_제거되었나요"><code>arguments.callee</code>는 왜 ES5 엄격 모드에서 제거되었나요?</h3>
-<p>(<a href="http://stackoverflow.com/a/235760/578288" title="http://stackoverflow.com/a/235760/578288">olliej의 Stack Overflow 답변</a>에서 고쳐씀)</p>
+<p>(<a href="http://stackoverflow.com/a/235760/578288">olliej의 Stack Overflow 답변</a>에서 고쳐씀)</p>
<p>초기 버전 JavaScript는 유명(named) 함수 식을 허용하지 않습니다. 그리고 이 때문에 재귀(recursive) 함수 식을 만들 수 없습니다.</p>
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 78f5fc263e..15828a0c51 100644
--- a/files/ko/web/javascript/reference/functions/default_parameters/index.html
+++ b/files/ko/web/javascript/reference/functions/default_parameters/index.html
@@ -228,5 +228,5 @@ f() // 6</pre>
<h2 id="참조">참조</h2>
<ul>
- <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external" title="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values">Original proposal at ecmascript.org</a></li>
+ <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external">Original proposal at ecmascript.org</a></li>
</ul>