Text race history for ali_ahmed (ali_ahemd2477)

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
36 2025-07-12 17:44:43 26.96 90%
17 2024-12-29 16:16:51 22.27 92%
15 2024-12-29 16:12:00 25.18 92%