1.0.0 • Published 4 years ago
initial_day_week v1.0.0
Description
Prompts the user for the initial of the day of the week and displays the name of the full day. The initial can be uppercase or lowercase.
Usage
let WeekDay=require("./WeekDay").WeekDay;
let weekday=new WeekDay("Th");
console.log(weekday.calculate());
1.0.0
4 years ago