Text race history for yo mas epzilon (axeluri)

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
34 2025-11-20 22:55:50 78.56 95%
22 2025-11-19 00:48:42 71.71 95%
11 2025-11-02 06:12:32 66.66 96%