I want to get tomorrows date, but if tomorrow is Sunday I want it to skip that date and return me the date after Sunday.
So if today is Fri 20/11/2020, I want js to return Sat 21/11/2020. But if I run the code tomorrow it should return me Mon 23/11/2020
How do I do this?