Build a Pokémon Search App Project - Build a Pokémon Search App

Hello, stuck on step 16 and 19,my code so far

const sprite = document.createElement(‘img’);
sprite.id = “sprite”;
sprite.src = data.sprite.front_default;
document.getElementById(‘sprite-container’).appendChild(sprite);

what kind of help do you need here?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.