Sum All Numbers in a Range

The Challenge: We’ll pass you an array of two numbers. Return the sum of those two numbers plus the sum of all the numbers between them. The lowest number will not always come first. My Solution: While the explanation is light, I feel the solu...

Creating a URL Slug

Joining an Array

Splitting an Array

Chunk Array

More Posts →