Get the first day of every week until infinity in JavaScript
I want a program that can generate the date of first date of every week, so that I can insert it into the code below const dateOfTheFirstDay = null; //preferred format: "April 9, 2023 00:00:01" const d = new Date(dateOfTheFirstDay);…