Console Assignment problem

let d = new Date (); console.log("Today’s date is " + d);

Does anybody know why this command doesn’t output in the console?

Any help greatly appreciated!Console%20problem

I learned I can do the output in Chrome but not in Firefox.