Hi, I am on this course:
https://www.codecademy.com/courses/introduction-to-javascript/projects/wanderlust
Instructions for Steps 13 and 14:
Log theresponse
to the console. In the browser window with the Wanderlust page, enter a city in the search field and submit. > Make sure that you have your own browser’s JavaScript console open so that you can see the response that is logged to the console.Notice that the response includes the URL you requested but doesn’t include the information you asked for. Copy and paste the URL into a new tab in your browser. It might be difficult to read, so try using an extension such as [JSON View]
It should return a URL in the console I guess, but i dont see anything?
When I right click on the right hand pane and click Inspect, i go to console and there is nothing in console. Here is my code:
Any suggestions?