This is a solution to the Incubyte TDD Assessment based on the famous String Calculator Kata. The project demonstrates Test-Driven Development (TDD), clean code practices, and incremental commits.
This repository contains a running application that offers a second JS solution to the string calculator problem. Please see the Requirements file for full details of this problem. This is the second ...