News

‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order ...
The following code shows a scenario in JavaScript that uses a pure function created as an anonymous function assigned to the variable payEmployee to facilitate paying an employee. The function takes ...
In my C# Blazor code, for example, I can pass multiple parameters to the JavaScript function with code like this: In JavaScript, to catch the result of C# method called through invokeMethodAsync, the ...