0

Any reason my chrome console is behaving like this. It won't run even the simplest of commands.

screenshot of console

Why will not even emit simple variables like this:enter image description here

var car = "blue";
console.log(car);
Kirk Ross
  • 6,413
  • 13
  • 61
  • 104
  • https://stackoverflow.com/questions/14633968/chrome-firefox-console-log-always-appends-a-line-saying-undefined – Doug Jul 22 '17 at 19:06
  • Hmm not sure I was gonna say to check your logging level but it looks like you have it set to Verbose. If you `console.log(window)`, what happens? Also what chrome version? – aug Jul 22 '17 at 19:23
  • I get the window object plus undefined. Version 59.0.3071.115 (Official Build) (64-bit) – Kirk Ross Jul 22 '17 at 19:51
  • Is it just `console.log` or everything else too? Does it happen on every web page or only on something specific? Does it happen also in Incognito mode with plugins disabled? – JJJ Jul 22 '17 at 20:19
  • Possible duplicate of [Chrome/Firefox console.log always appends a line saying undefined](https://stackoverflow.com/questions/14633968/chrome-firefox-console-log-always-appends-a-line-saying-undefined) – Retired Ninja Jul 25 '17 at 04:18

0 Answers0