add challenge scripts
This commit is contained in:
7
js/01_welcome.js
Normal file
7
js/01_welcome.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function onClick() {
|
||||
if(n >= 10000n) {
|
||||
return;
|
||||
}
|
||||
n++;
|
||||
x = n % 7n;
|
||||
}
|
Reference in New Issue
Block a user