Text race history for (e6f4e37l)

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
27 2021-07-04 04:56:46 109.14 98%
25 2021-07-03 13:32:22 102.84 98%
2 2021-07-03 07:32:22 109.02 98%