aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/guide/functions
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-06 21:23:25 +0900
committerGitHub <noreply@github.com>2022-02-06 21:23:25 +0900
commitac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch)
tree3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/guide/functions
parent7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff)
downloadtranslated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/guide/functions')
-rw-r--r--files/ko/web/javascript/guide/functions/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/guide/functions/index.html b/files/ko/web/javascript/guide/functions/index.html
index 6ed4bacb0a..ce931d69b4 100644
--- a/files/ko/web/javascript/guide/functions/index.html
+++ b/files/ko/web/javascript/guide/functions/index.html
@@ -6,7 +6,7 @@ original_slug: Web/JavaScript/Guide/함수
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div>
-<p class="summary">함수는 JavaScript에서 기본적인 구성 블록 중의 하나입니다. 함수는 작업을 수행하거나 값을 계산하는 문장 집합 같은 자바스크립트 절차입니다. 함수를 사용하려면 함수를 호출하고자 하는 범위 내에서 함수를 정의해야만 합니다.</p>
+<p >함수는 JavaScript에서 기본적인 구성 블록 중의 하나입니다. 함수는 작업을 수행하거나 값을 계산하는 문장 집합 같은 자바스크립트 절차입니다. 함수를 사용하려면 함수를 호출하고자 하는 범위 내에서 함수를 정의해야만 합니다.</p>
<p>세부 사항에 대해서는 <a href="/ko/docs/Web/JavaScript/Reference/Functions">exhaustive reference chapter about JavaScript functions</a>를 참조하세요.</p>