Given x is a number, return x cubed. box.cube = function cube (x) { // x is a number // return x cubed // (ex. x=3, return 27) box.multiplierCount = function multiplierCount(x, y) { // x and y are ...
SpeedCoding. Contribute to frame-dev/SpeedCoding development by creating an account on GitHub.