Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

Students also viewed these Databases questions