Hello I\'ve been trying to use Math.random() with a while loop, something like this while(i < Math.random) { box = document.createElement(\'DIV\'); doc
Math.random()
while(i < Math.random) { box = document.createElement(\'DIV\'); doc