Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q531

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.