Javascript – Making automatic router
Hello I am making an website that shows pokemons from "https://pokeapi.co/api/v2/pokemon" and I am displaying them with .map(). every one of those has image title and link I want to make link to go to the /{pokemon.name} and display it…