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

157
Visualizações
Get Matched array value in indexOf

I'm beginner of javascript and have a quick question. Please refer to the below codes.

var test1 = [1,2,3],
    test2 = [4,5,6],
    test3 = [7,8,9];

var urlsToMatch = [
  [test1, '/hello'], [test1, '/Bonjour'],
  [test2, '/Ohio'], [test3, '/Nice']
];

current_url = window.location.href;

urlsToMatch.forEach(function(item) {
        var matchedSeq = item[0];
        var matchPattern = item[1];
        if (current_url.indexOf(matchPattern) > -1) { 
           console.log(matchedSeq[0]);
        }
});

In this case, I just wanted to know what values are matched and if statements became true. And I hope get matched 'urlsToMatch' array's key. Hope to get 'test1' or 'test2' or 'test3'. Could you please help me out to grow my skill? :) thanks.

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