Search found 2 matches

by Minor
Tue Sep 29, 2009 11:31 am
Forum: Challenges
Topic: Challenge '3280'
Replies: 13
Views: 20890

Heh, I guess it from first try!

LOL!
by Minor
Fri Sep 11, 2009 9:34 am
Forum: Challenges
Topic: Counting Challenge
Replies: 3
Views: 7555

I think that's a stupid chalenge
I used this javascript code to count characters

Code: Select all

var q = document.getElementsByTagName('p');
q[1].innerHTML.length
And got 595
but as I understand from previous posts the right answer is 592. Why?