
March 24th, 2008, 02:29 AM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 2
Time spent in forums: 30 m 38 sec
Reputation Power: 0
|
|
Other - Comparing Array
Hi am new to JavaScript and am writing a code to compare 5 arrays each of size 10 and all these are of single dimensional.
say d1,d2,d3,d4,& d5.
what i would like to do is,
i want to display (print the same in the HTML page) the values of "d1" even if they are present in d2,d3,d4 or d5.
As such the array "d1" has the highest priority and the "d5" has the least.is there a way by which i can do it.
Please help me out with this.
Thanks in advance... 
|