Heh, I guess it from first try!
LOL!
Search found 2 matches
- Tue Sep 29, 2009 11:31 am
- Forum: Challenges
- Topic: Challenge '3280'
- Replies: 13
- Views: 20920
- Fri Sep 11, 2009 9:34 am
- Forum: Challenges
- Topic: Counting Challenge
- Replies: 3
- Views: 7567
I think that's a stupid chalenge
I used this javascript code to count characters
And got 595
but as I understand from previous posts the right answer is 592. Why?
I used this javascript code to count characters
Code: Select all
var q = document.getElementsByTagName('p');
q[1].innerHTML.length
but as I understand from previous posts the right answer is 592. Why?