~ someone
On that note (click to expand!)
class timeMeasurement {
dayLength: number
constructor(hoursPerDay: number) {
this.dayLenth = hoursPerDay;
}
}
let myLifeHas = new timeMeasurement(48)
// Days are now 48 hours long - success โจ