Code Abbey Solutions

I am working on taking some of my solutions for Code Abbey challenges and making them interactive on this page. This is also giving me an opportunity to look over some of my older solutions and refactor code to improve reusability, readability, and performance.

Problem 1: Sum A + B

On Code Abbey.

Adds two inputs together.


Sum »


Problem 2: Sum In Loop

On Code Abbey.

Takes an array of integers and provides their sum.


Sum »


Problem 3: Sums In Loop

On Code Abbey.

Splits an array of integers into pairs and sums the pairs.


sums »