Text race history for hiiampandora (pandora39)

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
4 2019-03-07 02:30:38 56.99 98%
3 2019-03-07 02:29:07 54.02 97%