Hi!
For the first array you can use this:
Code:var i=0, j=0, ar=[]; for(i=0;i<10;i++){ for(k=0;k<2;k++){ ar[j] = Number(String(i*11)+String(j++)); } }
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |