aboutsummaryrefslogtreecommitdiff
path: root/files/hu/glossary/first-class_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/hu/glossary/first-class_function/index.html')
-rw-r--r--files/hu/glossary/first-class_function/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/hu/glossary/first-class_function/index.html b/files/hu/glossary/first-class_function/index.html
index 5a36982129..e20a6bb16d 100644
--- a/files/hu/glossary/first-class_function/index.html
+++ b/files/hu/glossary/first-class_function/index.html
@@ -1,11 +1,12 @@
---
title: Elsőrendű függvények
-slug: Glossary/Elso_osztalyu_funkciok
+slug: Glossary/First-class_Function
tags:
- JavaScript
- Szkriptelés
- Szójegyzék
translation_of: Glossary/First-class_Function
+original_slug: Glossary/Elso_osztalyu_funkciok
---
<p>Egy programnyelvnek <strong>Elsőrendű függvény</strong>ei vannak, ha a nyelv függvényeit úgy kezeljük mint a többi változót. Egy ilyen nyelveben függvényeket adhatunk meg más függvények paramátereként, függvények más függvényeket adhatnak vissza és váltózókhoz is hozzárendelhetjük őket.</p>