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 | 4027 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q531

Sent by
anonymous on July 25, 2002 at 02:46:05:

Worth:
Very worth reading

Comments:
There is a bug in the second code code

on the line:

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

it should read:

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

Otherwise it takes the length of the array and not the element of the array.


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.