To calculate the mean response time for each person, you can follow these steps:
index.tsx172 chars6 lines
map
method to iterate over the array of response times and calculate the mean response time for each person.index.tsx263 chars6 lines
index.tsx158 chars8 lines
gistlibby LogSnag