Returns whether the date is a weekend
Optional
the date to check
whether the date is a weekend
isWeekend(new Date(2023, 8, 30)); // true Copy
isWeekend(new Date(2023, 8, 30)); // true
Returns whether the date is a weekend