What is this application about ? This appliaction allows a user to get a pokemon based on any random selection of input number. Strategy : I have used poke API data to fetch the pokemon image and name ...
Functionality: You should have a Pokemon constructor function that creates new pokemon that have name, health, magic and a bunch of skills (the skills can be stored in an array or object). You should ...