Skip to content
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

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

Griscodhelic
Copy link

No description provided.

<p> </p>
<nav>
<div class="element2">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
Copy link
Contributor

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>
Copy link
Contributor

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'));
Copy link
Contributor

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.

Copy link
Contributor

@AdrianaHY AdrianaHY left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants