0
Q:

string and charater alphabet order

str = "jerryparker";

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

New to Communities?

Join the community