Skip to content

Peter-Nagy/DueDateCalculator

Repository files navigation

build status

DueDateCalculator

This module exports a function named calculateDueDate, which calculates due dates for bug reports.

Usage

DueDateCalculator.calculateDueDate(submitTime, turnaround);

Parameters:

  • submitTime: Date, working day
  • turnaround: Number, a positive number

Return value: Date, the due date of the bug report with the given submit and turnaround time.

Linting

npm run lint

Running tests

npm run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published