Question: Javascript please 1. Create a Date object that allows the user to store the month, the day, and the year. Provide a method for returning
Javascript please
1. Create a Date object that allows the user to store the month, the day, and the year. Provide a method for returning the data in mm/dd/yyyy format. Provide a method that displays the number of days between two Date objects in the same month. Provide a method that determines if two Date objects are equal. Write code to completely test the methods you created for the Date object.
2. Create a Student object that includes a name and an array for test scores. Write a method that returns the average of the test scores. Write code that implements at least two Student objects with three test grades and display the average for the test grades.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
