I am working on this project: https://www.codecademy.com/courses/react-101/projects/js-react-animal-fun-facts
How can I see a console log to debug my mistakes?
Thanks
I am working on this project: https://www.codecademy.com/courses/react-101/projects/js-react-animal-fun-facts
How can I see a console log to debug my mistakes?
Thanks
Hi,
either you download the files and develop locally or you open the browser’s console. It logs your console.logs among the stuff related to the Codecademy page. In Chrome you can open the console per right click and clicking on something like ‘inspect’ in the context menu (not sure about the exact term as I’m using a german version of Chrome). In Firefox that’s about the same.
Oh, I forgot to click save, so it did not show in Chrome’s console. ><