diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ko/glossary/first-class_function/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/glossary/first-class_function/index.html b/files/ko/glossary/first-class_function/index.html index 682e94731c..ea74d55d67 100644 --- a/files/ko/glossary/first-class_function/index.html +++ b/files/ko/glossary/first-class_function/index.html @@ -10,7 +10,7 @@ tags: - 일급객체 translation_of: Glossary/First-class_Function --- -<p>함수를 다른 변수와 동일하게 다루는 언어는 <strong>일급 함수</strong>를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 매개변수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.</p> +<p>함수를 다른 변수와 동일하게 다루는 언어는 <strong>일급 함수</strong>를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 인수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.</p> <h2 id="예제_변수에_함수_할당">예제 | 변수에 함수 할당</h2> |