Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Public function buscar (palabra) {
  2. Let pokemonMostrar = []
  3. For (i = 0; i < Pokémon.lengt) {
  4. If(pokemon[i].type == palabra) {
  5. pokemonMostrar.push(pokemon)
  6. }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement