Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -39,8 +39,9 @@ const testAll = async (i, i0, i1, i2) => {
|
|
| 39 |
const testNext = async () => {
|
| 40 |
i2++;
|
| 41 |
if (i2 > 255) {
|
| 42 |
-
|
| 43 |
-
|
|
|
|
| 44 |
}
|
| 45 |
if (i1 > 255) {
|
| 46 |
return false;
|
|
|
|
| 39 |
const testNext = async () => {
|
| 40 |
i2++;
|
| 41 |
if (i2 > 255) {
|
| 42 |
+
return false;
|
| 43 |
+
// i2 = 1;
|
| 44 |
+
// i1++;
|
| 45 |
}
|
| 46 |
if (i1 > 255) {
|
| 47 |
return false;
|