-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code review Data Lovers #21
base: master
Are you sure you want to change the base?
Conversation
<p> </p> | ||
<nav> | ||
<div class="element2"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilicemos clases más decriptivas, que por si sola me digan de que estamos hablando.
src/index.html
Outdated
</div> | ||
<div class="centeredPrompt__item centeredPromptLabel">Pokédex</div> | ||
<div class="centeredPrompt__item centeredPromptDetails"> | ||
<p>Pokédex es una enciclopedia de alta tecnología que los Entrenadores Pokémon utilizan</br> para registrar las diversas especies con las que se encuentran durante su viaje como entrenadores.</br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hay que eliminar los espacios innecesarios.
src/main.js
Outdated
`; | ||
container.appendChild(div); | ||
|
||
|
||
}); | ||
} | ||
const electricType = list.filter((p) => p.type.includes('Electric')); | ||
console.log(electricType); | ||
const fireType = list.filter((p) => p.type.includes('Fire')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Los console no deben subirse, solo nos sirven para debuggear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muy buen trabajo chicas!! Sigan así y verán que pronto todo será más fácil.
No description provided.