str = "jerryparker"; function reve(){ return str.split('').sort().join(""); } console.log(reve(str.length));