JS - Chapitre 05 - First-class functions Flashcards

1
Q

first-class function

A

comme n’importe quelle valeur
variable, objet, tableau

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

higher order functions

A

function qui agisse sur des fonction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

exemple d’higher order function

A

filter, map, reduce, sort

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

closure

A

function inside function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly