2016-06-23 44 views

回答

0

您是幾乎沒有使用。

var N = prompt("Enter number of objects"); 
// N is string, we need to convert it to number 
N = Number(N);