Text race history for Dr.Braig (drbraig)

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
80 2024-07-29 19:37:04 27.82 89.5%
70 2024-07-29 18:42:27 30.48 90.3%
39 2024-04-03 21:09:38 28.83 89.3%