4
anth12
8y

Sometimes after a long day the simplest of bugs is very difficult. Took me 10 minutes to figure out why my method to assign colours to users wasn't working.

addEvent({
name: userColour(something.name),
date: something.startDate,
color: 'yellow'
});

Comments
Add Comment