Text race history for magnuser (magnuser_)

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
12 2025-04-14 12:11:56 29.25 93.3%
2 2025-03-30 18:23:33 28.16 94.8%