News

README.md Testing pass-by-value vs pass-by-reference of arrays in Javascript. Explanation I originally looked up if Javascript was pass by value or reference and found that it is pass by value except ...
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.