javascript
Sum of unique numbers
Filtering and summing unique numbers using filter, set and reduce
Returning the highest value in an Array
Four distinct approaches to the same interview question: "Write a function that returns the highest value among the elements in an Array"