💀💀💀 (gospell)

Race #15

View Pit Stop page for race #15 by gospellGhost race

View profile for 💀💀💀 (gospell)

Official speed 53.26 wpm (67.82 seconds elapsed during race)
Race Start December 24, 2021 1:43:30pm UTC
Race Finish December 24, 2021 1:44:38pm UTC
Outcome Win (1 of 2)
Opponents 2. jasimk (44.18 wpm)
Accuracy 94.0%
Points 40.83
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.'; } }