Tell us what’s happening:
I think I strictly followed the instruction. Is anything wrong about it?
Your code so far
instruction: All of the HTML and CSS for this project have been provided for you.
Start by getting the #current-date
element using the .getElementById()
method and assign it to a const
variable called currentDateParagraph
.
//
javascript
const currentDateParagraph = document.getElementById('#current-date');