79168836

Date: 2024-11-08 04:48:37
Score: 2.5
Natty:
Report link

const date = new Date() // current date

const minutes = date.setMinutes(date.getMinutes() + yourMinuteshere)

const hours = date.setHours(date.getHours() + yourHourshere)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ATHUL KRISHNA KS