Skip to content

Commit f5b2982

Browse files
committed
Add comment
1 parent 9233af1 commit f5b2982

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clock/clock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const at = (hours, minutes = 0) => {
2222
plus: (number) => at(hours, minutes + number),
2323
minus: (number) => at(hours, minutes - number),
2424
equals: (aTime) => time == aTime
25+
//------ or ------ time === aTime.toString()
2526
};
2627
};
2728

0 commit comments

Comments
 (0)