static-pinkS
Voiceflow2y ago
1 reply
static-pink

java script

My code is trying to run this


const calendarData = calender_ response[ calendars"];
const calenderID = Object. keys(calendarData)[o];
const busyTimes = calendarData[calenderID]['busy']
busy_intervals - busyTimes.map(time = ($(time.start], ${time.end]));


But it keeps giving type error cannot convert undefined or bull to object I have all the variables set but not to sure what’s going on
Was this page helpful?