frankcollins3 / ASPokedex

Pokedex with ASP backend / razor pages, and VanillaJS front end
1 stars 0 forks source link

OutOfRange error [8:53am] #2

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: loop over pokeAPI data and return @pokemon.name @pokemon.id to the clientside container

error: Screen Shot 2023-09-18 at 8 52 14 AM

proposed approach: .catch(exception ex) specify an OutOfRangeError exception and work backwards

possibile improvements:

frankcollins3 commented 1 year ago

👍 dotnet clean dotnet build dotnet restore [9:28am]