News
const parrot = (value) => { return value; }; parrot (1); // returns 1 parrot ('Anything'); // returns 'Anything' parrot (parrot); // returns the function parrot This is known as the identity ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!
Some results have been hidden because they may be inaccessible to you
Show inaccessible results