View Pit Stop page for race #9 by dshawn — Ghost race
View profile for Shawn (dshawn)
| Official speed | 40.07 wpm (144.05 seconds elapsed during race) |
|---|---|
| Race Start | October 15, 2018 5:35:41am UTC |
| Race Finish | October 15, 2018 5:38:05am UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 94.0% |
| Points | 46.08 |
| 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); } } |