Text race history for David (david_chen)

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
23 2025-04-25 17:07:56 35.55 94%
15 2025-04-25 15:21:53 34.44 94%