This is a short node script written as a solution for the proposed challenge found here: reddit daily programmer challenge 276.
You simply run the file from its directory with node, passing in the expected arguments (node rectangle_build.js )
Here is an image of the output from "node rectangle_build.js simple 2 3":
The rectangle_build.js file is commented extensively detailing the programs structure and flow.