Text race history for permil (permil)

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
129 2019-02-25 15:37:25 105.46 99%
109 2019-02-25 15:14:52 97.39 97%
103 2019-02-25 15:10:03 108.52 100%
38 2019-02-25 14:02:20 101.56 98%
21 2019-02-25 13:44:06 94.58 99%
14 2019-02-25 13:36:53 93.12 98%
2 2019-02-24 08:48:45 83.23 98%