d'toe 😎😎😎😎 (detononquit)

Race #2

View Pit Stop page for race #2 by detononquitGhost race

View profile for d'toe 😎😎😎😎 (detononquit)

Official speed 50.46 wpm (66.59 seconds elapsed during race)
Race Start November 27, 2020 2:48:34am UTC
Race Finish November 27, 2020 2:49:41am UTC
Outcome No win (1 of 1)
Accuracy 92.0%
Points 38.69
Text #10015 (Length: 301 characters)

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.'; } }