Question: Please complete the functions below in creating a front end javascript application which requests data from the poke data API and renders its results to

Please complete the functions below in creating a front end javascript application which requests data from the poke data API and renders its results to the page.

Please complete the functions below in creating a front end javascript application

function getPokemon (pokemonName) { 1/given a pokemon name performs an ajax requests querying the pokemon's data and pass it to displayPokemon) } function getLising({ //performs an ajax request to the spcified url to get pokemon data then pass it to displayListing } function displayListing (pokeList) { 1/Renders a list of pokemon links to the page } function displayPokemon (pokemon) { //renders details of the specified pokemon onto the page } getListing(); function getPokemon (pokemonName) { 1/given a pokemon name performs an ajax requests querying the pokemon's data and pass it to displayPokemon) } function getLising({ //performs an ajax request to the spcified url to get pokemon data then pass it to displayListing } function displayListing (pokeList) { 1/Renders a list of pokemon links to the page } function displayPokemon (pokemon) { //renders details of the specified pokemon onto the page } getListing()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!