JavaScript Taskbook Level 6.7
Output the dates of all weekends of the current year as a list ul.
Given a paragraph and a button. By clicking on the button, display the name of the day of the week of the last day of the current month in the paragraph.
Given a button and a select. By clicking on the button, fill in the select with numbers from the first to the last day of the current month.
Given an input, a button, and a paragraph. A number is entered into the input. When you click the button, output a line consisting of zeros equal to the number into the paragraph. For example, when entering the number 5, we should get the line '00000'.