Text race history for Iman Ranjbar (imanranjbar)

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
33 2023-04-21 09:47:46 39.92 96%
17 2023-04-18 09:08:34 37.07 96%
16 2023-04-18 09:06:37 35.91 95%