function calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } }
Game | Time | WPM | Accuracy |
---|---|---|---|
315 | 2024-09-30 16:27:20 | 51.71 | 98% |
267 | 2024-08-28 16:59:14 | 46.54 | 96.3% |
266 | 2024-08-28 16:56:22 | 45.98 | 97.7% |
261 | 2024-08-27 11:28:11 | 46.48 | 97.7% |
259 | 2024-08-27 11:09:25 | 39.81 | 97.4% |
252 | 2024-08-22 16:57:04 | 48.27 | 98.1% |
251 | 2024-08-21 17:00:41 | 46.99 | 98.6% |
238 | 2024-08-08 11:53:57 | 45.52 | 97.2% |
211 | 2024-08-01 19:28:49 | 44.53 | 97.3% |
204 | 2024-08-01 12:27:32 | 42.59 | 96.2% |
140 | 2024-07-19 16:11:17 | 45.12 | 98.6% |
88 | 2024-05-27 10:27:51 | 38.61 | 96% |