parent
2c5e981592
commit
25674725d5
@ -1,13 +0,0 @@
|
|||||||
let id = 0;
|
|
||||||
for( let one = 0; one < 4; one++){
|
|
||||||
for( let two = 0; two < 4; two++){
|
|
||||||
for( let three = 0; three < 4; three++){
|
|
||||||
for( let four = 0; four < 4; four++){
|
|
||||||
for( let five = 0; five < 4; five++){
|
|
||||||
console.log(`${id}: ${one} ${two} ${three} ${four} ${five}`);
|
|
||||||
id++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
let id = 0;
|
|
||||||
for( let one = 0; one < 4; one++){
|
|
||||||
for( let two = 0; two < 4; two++){
|
|
||||||
for( let three = 0; three < 4; three++){
|
|
||||||
for( let four = 0; four < 4; four++){
|
|
||||||
console.log(`${id}: ${one} ${two} ${three} ${four}`);
|
|
||||||
id++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
let id = 0;
|
|
||||||
for( let one = 0; one < 4; one++){
|
|
||||||
for( let two = 0; two < 4; two++){
|
|
||||||
for( let three = 0; three < 4; three++){
|
|
||||||
for( let four = 0; four < 4; four++){
|
|
||||||
for( let five = 0; five < 4; five++){
|
|
||||||
for( let six = 0; six < 4; six++){
|
|
||||||
console.log(`${id}: ${one} ${two} ${three} ${four} ${five} ${six}`);
|
|
||||||
id++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
let id = 0;
|
|
||||||
for( let one = 0; one < 4; one++){
|
|
||||||
for( let two = 0; two < 4; two++){
|
|
||||||
for( let three = 0; three < 4; three++){
|
|
||||||
console.log(`${id}: ${one} ${two} ${three}`);
|
|
||||||
id++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in new issue