✨
Pinned Loading
-
-
-
js generator
js generator 1function* dateGenerator(startDate = new Date()) {
2let currentDate = startDate;
3while (true) {
4yield currentDate;
5currentDate.setDate(currentDate.getDate() + 1);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.