News

The displayList function takes an array parameter 'items' and starts building our HTML content. We first get our output container from the DOM, then start creating the HTML structure with a container ...
Functional programming with arrays Although JavaScript’s arrays are very capable out of the box, the functional paradigm improves the clarity and maintainability of array code.
Some background: For better or worse, our app is built in a way where the same JavaScript needs to be executable on both Android and in C#. Our setup on the C# side looks like this: public class Ju ...