Text race history for Ahmed (e_elashra1)

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
49 2025-07-03 02:09:40 34.32 93%
43 2025-06-14 05:44:34 33.31 92%
5 2023-09-15 11:27:56 26.17 91.1%