Text race history for Philip (pnielsen2)

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
13 2023-10-25 16:48:22 54.96 97.7%
12 2023-10-25 16:46:54 53.28 97.4%