Text race history for Priyanka (priyanka8650)

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
30 2024-06-08 11:52:48 17.19 94.4%
19 2024-06-02 01:36:51 19.40 97%