const date = Date.now(); const options = { weekday: "long" }; new Intl.DateTimeFormat("en-US", options).format(date);
Friday