Question: Hello, I'm having a little trouble with my JavaScript. I've completed steps 1. and 2., but having trouble with 3, 4, and 5. Wondering if
Hello,
I'm having a little trouble with my JavaScript. I've completed steps 1. and 2., but having trouble with 3, 4, and 5. Wondering if you can help.
.
.
Directions:
Variables
1. Below the comment section, declare a variable named thisDay containing the date August 30, 2018. You will use this date to test your script.
2. Create a variable named tableHTML that will contain the HTML code of the events table. Add the text of the following HTML code to the initial value of the variable:
| Date | Event | Price |
|---|---|---|
| eventDay @ eventTime | description | price |
| Date | Event | Price |
|---|
