This is a very easy way to find out if today is a weekday:
['Mon', 'Tue', 'Wed', 'Thu', 'Fri'].contains(new Date().format("E"))
This is a very easy way to find out if today is a weekday:
['Mon', 'Tue', 'Wed', 'Thu', 'Fri'].contains(new Date().format("E"))
For further actions, you may consider blocking this person and/or reporting abuse
Sonja -
Suyash Borikar -
Marian Claudiu Moldovan -
Farhan Ahmed (Farhan41230301394) -
Top comments (0)