Text race history for Anurag (anurag5sh)

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
8 2024-01-28 13:31:29 48.67 96.2%
6 2024-01-28 13:13:36 48.38 96.8%