- Create a variable named
days_of_the_week
as an array of the following:- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
- Remove Sunday from the last postion and move it to the first position. Use array methods.
- The first inner array should be the weekdays
- The second inner array should be the weekend days
Your choice...