Ad
  • Custom User Avatar

    const weights = "56 65 74 100 99 68 86 180 90";
    console.log(orderByWeight(weights)); // "100 180 90 56 65 74 68 86 99"