Skip to main content

4 docs tagged with "First Class Functions"

View All Tags

Callback Function

Callback Function is defined as: function to call later (ie pass into Higher-Order Function). Topics on: . Read more: JS, JS Concepts, Multi Paradigm, First Cla

First-Class Citizen

First-Class Citizen is defined as: of entity to support all operations available to other entities, ie variable assignment, passed as function arg or function r

First-Class Functions

First-Class Functions is defined as: of function equiv to regular Variables. Topics on: First-Class Citizen, First-Class Functions can be passed into & returned

Higher-Order Function

Higher-Order Function is defined as: function to receive Callback Function Argument, to return function, or both. Topics on: Callback Function. Read more: JS, J