In javascript arrays i need to check and assign the values in array like key and value pair .
For example :
if i added some values in the array and the second time the same value is retrieving one more time at that time i need to compare my array and i need to increment the previous value instead of storing the value in the array.please suggest me how to achieve this through javascript or jQuery
