Text race history for Evanovache (evanovache)

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 2024-08-13 18:17:27 59.19 97.7%
3 2024-08-10 17:40:43 46.79 96.7%