Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q531, February 13, 2002 at 08:27:54:

You are here: irt.org | About | Feedback | 3588 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q531

Sent by
John on February 13, 2002 at 08:27:54:

Worth:
Worth reading

Technical:
Just right

Comments:
Anonymous didn't test his/her code before submitting it...

The line:
var restOfWord = a[i].substring(1, a.length).toLowerCase();

SHOULD read:
var restOfWord = a[i].substring(1, a[1].length).toLowerCase();

otherwise it munches the string.


Other feedback on 'irt.org FAQ Knowledge Base Q531' - show all

©2018 Martin Webb