chrismejia / intro-to-code-js

A repo meant new JS learners help with guided topic-centered practice problems
0 stars 5 forks source link

[Exercise] (Unit-New) Create Duration class #69

Open chrismejia opened 1 month ago

chrismejia commented 1 month ago

Exercise Name

Duration

For which unit?

New Date units

Description

Sample Inputs and Outputs

Duration.days(14),
Duration.seconds(30),

Bonus Challenges (Harder Versions)

Packages to Add/Related Issues