Any reason my chrome console is behaving like this. It won't run even the simplest of commands.
Why will not even emit simple variables like this:
var car = "blue";
console.log(car);
Any reason my chrome console is behaving like this. It won't run even the simplest of commands.
Why will not even emit simple variables like this:
var car = "blue";
console.log(car);