Text race history for Shoemaker-Levy 9 (atthetop)

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
59 2018-11-01 03:15:05 69.27 94%
48 2018-11-01 02:51:45 66.43 95%
39 2018-10-31 23:51:28 72.08 96%
35 2018-10-31 23:46:16 60.75 92%
24 2018-10-31 23:29:27 67.83 94%
16 2018-10-31 23:17:57 64.21 94%