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

154
Visualizações
How to avoid a long variable exists check in Javascript without triggering the undefined error

I'm using an API which is cheap but badly designed in so that in order to know whether I'm getting any results at all, I have to do the following check:

const resultsExist = relatedKeywords.tasks[0].result[0].items ? true : false

However, there may be a case where even the .task part of relatedKeywords doesn't exist either.

So my question is — is there an elegant way to check the existence of the parameter items above without triggering the undefined error in Javascript?

So far, I'm doing it this way below, but I find it too verbose. Maybe there's a better way?

const resultsExist =
        relatedKeywords &&
        relatedKeywords.tasks &&
        relatedKeywords.tasks[0] &&
        relatedKeywords.tasks[0].result &&
        relatedKeywords.tasks[0].result[0] &&
        relatedKeywords.tasks[0].result[0].items
            ? true
            : false
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