Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

178
Vistas
How to you make a string variable, that goes by it's number? For example uppercase A is 65. ASCII Charts

I want to have it so the user is prompted to enter the second string, that will sort lower alphabetically than the first string. I don't understand how to make a string a number? Do I even need to do that?

function SortStringAlphabetically() {
  // Declare variables
  var stringOne = "";
  var stringTwo = "";
  var output;
  

  // Get input from user
  stringOne = prompt("Please enter a string");
  stringTwo = prompt("Please enter enter a string that will sort lower alphabetically than the first string.");

  // Convert input strings to numbers
  stringOne = Number(stringOne);
  stringTwo = Number(stringTwo);

  if ( stringTwo > stringOne) {
    output = "very good" + stringOne + "sorts lower than" + stringTwo + ".";
  } else {
    output = stringOne + "sorts higher than" + stringTwo + "try again";
  }

  document.write(output);
}

// Run the program
SortStringAlphabetically();
// END OF YOUR CODE

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda