var l = ["a", "w", "r", "e", "d", "c", "e", "f", "g"]; console.log(l.sort()) /*[ 'a', 'c', 'd', 'e', 'e', 'f', 'g', 'r', 'w' ]*/