Errors, errors, errors

Report a typo

Find errors in the code and fix them.

Write a program in JavaScript
let month = "December";
let day = "12";
let year = "2121";

console.log(`Today is $month $day, $year.`);
___

Create a free account to access the full topic