JavaScript Date Object Lab

Easy
47
1
76.2% Acceptance

In this lab, you will practice creating, formatting, and manipulating JavaScript Date objects. You will create the currentDate Date object, formatDate function to return a formatted string, getDayName function to return the day of the week, and then export the formatDate function using ESM (ECMAScript module) syntax.