I am trying to console the data from "https://pokeapi.co/api/v2/pokemon" using HTTPS GET request but the console gives the following error: Error I am getting while making the GET request
This is my code: Code
I make the use of HTTPS Get request method to get the data and was expecting to get the JSON but couldn't.