Text race history for clinton (papa_bear_clinton)

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
33 2024-12-16 08:29:46 36.74 97%
25 2024-12-16 07:57:48 33.09 96%