A JavaScript implementation of a chainable addition function that uses function currying and implicit type coercion to enable successive function calls. This project implements an add function that ...