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
Shri Sudharsan M -
Shobiha -
Liam D. -
Kannav Sethi -
Top comments (0)