You are here: irt.org | About | Feedback | 4081 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q531
Sent by
Richard D Shank on August 19, 2002 at 09:00:17:
Worth:
Very worth reading
Comments:
There is a bug in the second script the line:
var restOfWord = a[i].substring(1, a.length).toLowerCase();
should be
var restOfWord = a[i].substring(1, a[i].length).toLowerCase();
However, I love the site it's a great tool to use to keep me from having to actually sit down and learn JavaScript! I just learn it as I need it. (I haven't used any other the other languages much yet, but I'm sure I will)
Other feedback on 'irt.org FAQ Knowledge Base Q531' - show all