pastebin

Paste Search Dynamic
Recent pastes
pomeranians
  1. const pomeranians = [];
  2.  dogs.forEach(dog => {
  3. if (dog.type === 'pomeranian')
  4. {
  5. pomeranians.push(dog);
  6.  }
  7.  });
Parsed in 0.004 seconds