Search found 4 matches
- Fri Mar 11, 2016 9:33 am
- Forum: Challenges
- Topic: Once upon a time
- Replies: 24
- Views: 36251
- Tue Mar 08, 2016 3:11 am
- Forum: Challenges Solved
- Topic: Follow the Logic
- Replies: 13
- Views: 1401
I just did copy/paste of the source code. Then I changed the part of the function:
for this:
And it gave me an alert with the answer
Code: Select all
if (answer == v) {
return true;
}
else {
alert("not it!");
return false;
}
Code: Select all
alert(v);
- Sat Mar 05, 2016 7:35 pm
- Forum: Challenges Solved
- Topic: Counting
- Replies: 2
- Views: 308
Counting
Wow, what a challenge! took me like 5 seconds... haha
- Sat Mar 05, 2016 7:26 pm
- Forum: Challenges
- Topic: Didactic text 2
- Replies: 87
- Views: 122323