Search found 4 matches

by eskombro
Fri Mar 11, 2016 9:33 am
Forum: Challenges
Topic: Once upon a time
Replies: 24
Views: 36251

Hahaha, wow, needed some time to figure out the counting... pay attention!
by eskombro
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:

Code: Select all

if (answer == v) {
  return true;
}
else {
  alert("not it!");
  return false;
}
for this:

Code: Select all

alert(v);
And it gave me an alert with the answer :)
by eskombro
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 :)
by eskombro
Sat Mar 05, 2016 7:26 pm
Forum: Challenges
Topic: Didactic text 2
Replies: 87
Views: 122323

Well, I finallt got it... Although a simple google search led me to the book and the numbers, I didn't know how to go to the next step... But yea, the "english word" is really a trcky thing, if your not native speaker (as me) but if you get in the rigth track, you will find that the word i...