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

110
Visualizações
Why does it not show the added list-item? something is wrong with the single quotation marks

Why are the quotation marks not working orderly? I always get dashed lines if i use them.

<script>
  function addtodo(){

    todolist.innerHTML =  '
    <li class="mdl-list__item">
      <span class="mdl-list__item-primary-content">
      Bryan Cranston
      </span>
    </li>
    '
    ;
    
  }
</script>
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

As Dan Zuzevich suggests in the comments, you need to use a back tick (i.e., `) and not single quotes. This is because multi-line strings in JS (you might see the term 'template literals') in JS need to be wrapped in backticks. If your string was single line, you could use regular quotation marks. You could also use the backslash character (i.e., \) to do this, as shown here.

<script>
  function addtodo(){

    todolist.innerHTML =  `
    <li class="mdl-list__item">
      <span class="mdl-list__item-primary-content">
      Bryan Cranston
      </span>
    </li>
    `
    ;
    
  }
</script>
about 4 years ago · Juan Pablo Isaza Relatório
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