I have an array which consists of 7 days names. This array will be dynamic everytime. So i want to check which day is missing from an array. For ex,
[Monday,Tuesday,Thursday,Friday,Saturday,Sunday]
Here, the wednesday is missing so output should be wednesday
Sometimes there will be more then one day will be missing and sometimes none, so the output should be and array which will contain all missing days.