I have a string with repeated letters. I want letters that are repeated more than once to show only once. For instance I have a string aaabbbccc i want the result to be abc.
Too late may be but still my version of answer to this post:
function extractUniqCharacters(str){ var temp = {}; for(var oindex=0;oindex