Quote:
Originally Posted by felgall
That would then be an array containing ONE element which is a string. Then arrayPhrase[0] will be the entire string and arrayPhrase[1] will be beyond the end of the array.
Using array notation to reference characters in a string has been recently introduced as an alternative to using charAt but there are still lots of browsers in use that don't support it.
|
An ok!!!! But however if I use charAt, still don't work !!!!!!!!!!!