(sidd_)

Race #50

View Pit Stop page for race #50 by sidd_Ghost race

View profile for (sidd_)

Official speed 112.00 wpm (51.54 seconds elapsed during race)
Race Start January 27, 2019 11:00:03pm UTC
Race Finish January 27, 2019 11:00:54pm UTC
Outcome Win (1 of 4)
Opponents 2. delirious (67.36 wpm)
Accuracy 99.0%
Points 128.79
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); } }