View Pit Stop page for race #130 by hellothen — Ghost race
View profile for SalmanMKC (hellothen)
Official speed | 72.48 wpm (79.64 seconds elapsed during race) |
---|---|
Race Start | February 6, 2019 12:48:01pm UTC |
Race Finish | February 6, 2019 12:49:20pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 83.35 |
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); } } |