79448630

Date: 2025-02-18 14:42:44
Score: 1
Natty:
Report link

/ Format time component to add leading zero const format = value => 0${value}.slice(-2); // Breakdown to hours, mins, secs let hours = getHours(time); const mins = getMinutes(time); const secs = getSeconds(time);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LĂȘ Huy Nam