|
|
Feedback: irt.org FAQ Knowledge Base Q531
Feedback on: Sent by John on February 13, 2002 at 08:27:54: - feedback #3588
Worth: Technical: Comments: The line: SHOULD read: otherwise it munches the string. Sent by anonymous on July 25, 2002 at 02:46:05: - feedback #4027
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. Sent by Richard D Shank on August 19, 2002 at 09:00:17: - feedback #4081
Worth: Comments: 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) Sent by Robyn on October 30, 2002 at 09:15:36: - feedback #4243
Worth: Length: Technical: Comments:
|
-- div -->
|