Text race history for daniel3131 (daniel3131)

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
21 2019-10-16 13:55:40 62.74 95%
17 2019-10-15 09:38:32 60.66 94%