GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Race #4

View Pit Stop page for race #4 by mako640Ghost race

View profile for GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Official speed 84.01 wpm (40.00 seconds elapsed during race)
Race Start February 1, 2019 1:05:10am UTC
Race Finish February 1, 2019 1:05:50am UTC
Outcome No win (2 of 3)
Opponents 1. sidd_ (123.15 wpm)
3. delirious (81.71 wpm)
Accuracy 96.0%
Points 64.41
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.'; } }