| Author |
Buzzword for the way you can return and pass methods around
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
Is there a name for that feature in javascript where you can pass functions around, return them from methods...
Before one tries - it's not a closure. A closure is even more advanced!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56219
|
|
|
functional programming is likely to come closest.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Buzzword for the way you can return and pass methods around
|
|
|