//Data
let x = {
slotInterval: 30,
openTime: '21:00',
closeTime: '05:00'
};
//Format the time
let startTime = moment(x.openTime, "HH:mm");
...
For further actions, you may consider blocking this person and/or reporting abuse
Moment.js library is deprecated (rip), and no longer in active development! Use something else like date-fns, Day.js