Skip to content

yurez91/js_calendar-table-DOM

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • CSS 16.3%
  • HTML 9.7%