-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
29 lines (25 loc) · 1 KB
/
index.js
File metadata and controls
29 lines (25 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
let notTheNumber = true;
for(let i = 1; notTheNumber = true; i++){
if(i/20 %1) continue; {
if(i/19 %1) continue; {
if(i/18 %1) continue; {
if(i/17 %1) continue; {
if(i/16 %1) continue; {
if(i/15 %1) continue; {
if(i/14 %1) continue; {
if(i/13 %1) continue; {
if(i/12 %1) continue; {
if(i/11 %1) continue; {
console.log('Number found: ' + i);
break;
}
}
}
}
}
}
}
}
}
}
}