Idea was to write landing page as fast as you can. I wrote this website in 3h 40min. Please don't judge my code, because i wrote it without any break and it was depend on rule: "fast as you can".
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 ...