Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-guilherme authored Feb 20, 2024
1 parent af7288a commit 05b2e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>PokéAPI</h2>
*Filtragem: Opção de se buscar pokemons com base em filtros, como o tipo, letra, região, etc;
*Rodapé com informações próprias divulgacionais, e uma breve explicação de o que é 'pokemon';
*/
Selection(151); //Primeiro load da página, com a quantidade padrão;
Selection(51); //Primeiro load da página, com a quantidade padrão;

var QuantidadePoke = document.getElementById("poke-quant");
QuantidadePoke.addEventListener("keyup", ()=> {Selection(QuantidadePoke.value)});
Expand Down Expand Up @@ -71,4 +71,4 @@ <h2>PokéAPI</h2>

</script>
</body>
</html>
</html>

0 comments on commit 05b2e43

Please sign in to comment.