View Pit Stop page for race #88 by sidd_ — Ghost race
Official speed | 106.18 wpm (54.36 seconds elapsed during race) |
---|---|
Race Start | February 1, 2019 1:07:25am UTC |
Race Finish | February 1, 2019 1:08:19am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. delirious (57.73 wpm) |
Accuracy | 98.0% |
Points | 122.11 |
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); } } |