police (styrofoam)

Race #169

View Pit Stop page for race #169 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 67.94 wpm (84.96 seconds elapsed during race)
Race Start January 27, 2019 11:34:01pm UTC
Race Finish January 27, 2019 11:35:26pm UTC
Outcome No win (3 of 5)
Opponents 1. sidd_ (104.47 wpm)
2. delirious (74.07 wpm)
Accuracy 96.0%
Points 78.13
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); } }