Text race history for Matthew (shorent)

Back to text analysis page

function calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } }

Game Time WPM Accuracy
18 2022-12-04 16:37:29 25.84 89%
5 2022-11-04 14:31:22 15.45 87%