aboutsummaryrefslogtreecommitdiff
path: root/files/hu/glossary/first-class_function/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:32 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:32 +0100
commit6cfd1f09e599d9bb5da01e943981925d1873e3ce (patch)
treeff4233e580ce34c9d51c338aec6bdbd40d531288 /files/hu/glossary/first-class_function/index.html
parent799f1d56539e5a895d70eb88a86f0379f3a3ae0d (diff)
downloadtranslated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.gz
translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.bz2
translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.zip
unslug hu: modify
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>