Shoemaker-Levy 9 (atthetop)

Race #64

View Pit Stop page for race #64 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 62.73 wpm (92.01 seconds elapsed during race)
Race Start November 1, 2018 3:23:00am UTC
Race Finish November 1, 2018 3:24:32am UTC
Outcome No win (2 of 2)
Opponents 1. styrofoam (69.26 wpm)
Accuracy 96.0%
Points 72.14
Text #10013 (Length: 501 characters)

if (response) { try { var dealData = JSON.parse(response); // Try to parse JSON showContent(dealData); // Show JSON data } catch(e) { var errorMessage = e.name + ' ' + e.message; // Create error msg console.log(errorMessage); // Show devs msg feed.innerHTML = 'Sorry, could not load deals';// Show users msg } finally { var link = document.createElement('a'); // Add refresh link link.innerHTML = ' reload'; feed.appendChild(link); } }