|
|
Feedback on: irt.org FAQ Knowledge Base Q531
irt.org | About | Feedback | 4027 [ previous next ] Feedback on: Sent by Worth: Comments: 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
|
-- div -->
|