elemente alphabetisch sortieren javascript

Solutions on MaxInterview for elemente alphabetisch sortieren javascript by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "elemente alphabetisch sortieren javascript"
Giorgio
23 Nov 2020
1function anhaengen() {
2  var eingabe = document.getElementById("input"),
3  ul = document.getElementById("ausgabe");
4  if (eingabe && ausgabe && eingabe.value.length > 0) {
5    farben.push(eingabe.value);
6  }
7}
8
9farben.sort();
10