Question: Need help understanding what the third instruction dateHTML under Variable Declaration is asking for? Variable Declaration bc_fbicon.png 12 HTML code containin the daily events at
Need help understanding what the third instruction "dateHTML" under "Variable Declaration" is asking for?

Variable Declaration bc_fbicon.png 12 HTML code containin the daily events at bc_logo.png bc_quiz.png bc reset.css bc styles.css bc-today.js the Bridger College 13 student union. 14 15 * 16 17 var thisDate new Date("October 12, Declare the thisDate variable containing the Date object for the date October 12, 2018 ? Declare the dateString variable containing the text of the thisDate variable using local conventions bc_twittericon.png B bc union.htm 2018"); 18 var dateString thisDate.toLocaleDateString(); 19 var dateHTML -
date
Declare the dateHTML variable containing the following text string
date
where date is the value of the dateString variable dateString (date); 20 var thisDay thisDate.getDay() 21 Create the thisDay variable containing the day of the week number from the thisDate variable (Hint Use the getDay() method.) 23 24 function getEvent(day) [ 25 var eventHTML; 26 switch (day) 27 28 29 case 0: Sunday Events
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
