zsim0n / calendar-render-1

A simple exercise for creating a calendar render function in javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar Render Exercise

This is a simple exercise for creating a calendar render function in javascript.

Usage

$ git clone ...
$ cd calendar-render-1
$ npm run test:watch

The spec is implemented as a simple unit test. test.js

You should expected to implement the function in index.js.

The project is using ava test framework.

Feel free to extend the spec with more details as you progress.

Happy coding! :-)

About

A simple exercise for creating a calendar render function in javascript.


Languages

Language:JavaScript 100.0%