/js_calendar-table-DOM

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Calendar table

Task

Create a function calendarTable generating HTML table (with thead and tbody) inside a given element for given year and month.

Function calendarTable(year, month, element)

element - is a DOM element.

Learn how to work with Dates to solve the task

Screenshot of the card

screenshot


Read the guideline before start

Guideline

Result