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!
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!
I learned I can do the output in Chrome but not in Firefox.