Text race history for Amit (amit__123)

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
57 2023-08-03 11:23:58 44.02 94%
56 2023-08-03 11:22:04 37.73 92%
53 2023-08-03 04:08:25 42.49 93%
30 2023-07-24 10:58:29 38.96 93%
5 2021-09-18 11:05:44 31.45 94%