Im having issues when attempting to use the console, when i type the commands written on the assigned article, i get nothing but errors as my output. i tried to download the latest version of google chrome and tried to start over but the problem persists. i cannot get any of the commands to work except for changing color on the window. any ideas why im getting these error messages on the console??
Hi ItsBad,
Can you post a screenshot? or paste the error you are seeing?
If you are changing colors then you are probably in elements tab and not console.
Go to console
if you write console.log(“Test”) will write you back Test but if you write alert(“test”) then you need to click on a website in browser to see alert.
Oh and even if console in browser would not work it’s not a problem because you will never need it for writing any code inside. Ivan is just showing potential of console in browser.
1 Like