12-30-2012, 01:10 PM
|
PM User |
#13
|
|
Supreme Master coder!
Join Date: Jun 2002
Location: London, England
Posts: 17,102
Thanks: 197
Thanked 2,421 Times in 2,399 Posts
|
Quote:
Originally Posted by triko
Only one problem, between the number that is the " comma " " , " !!! Don t know how to remove!!!!
|
Code:
alert("This is ArrayEven " + arrayEven.join(" ").replace(/\s+/g, " "));
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.
|
|
|