Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

185
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda