Question: JavaScript and HTML Fill in the Solutions (Dont need the full running code, just the Code for the correct Solution to fill in) Part 1
JavaScript and HTML
Fill in the Solutions (Dont need the full running code, just the Code for the correct Solution to fill in)
Part 1

Part 2

Part 3

CHALLENGE ACTIVITY 6.8.2: Using Date methods. Reset Display the date when Facebook's website launched in M-YYYY format. Ex: The 31st of January 1970 should be displayed as: "1-1970". 1 var interestingEvents = { "Long distance telegraph": new Date (1844, 4, 24), "First telephone call": new Date(1876, 2, 10), "Microsoft founded": new Date(1975, 3, 4), "World wide web born": new Date(1989, 2, 1), "Google Founded": new Date(1998, 6, 4), "Facebook website launch": new Date (2004, 1, 4) 8 }; 9 var interestingDate - interestingEvents("Facebook website launch"]; // Code also tested using date of First telephone call 10 11 Your, solution goes here 12 Check Feedback
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
