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 |
---|---|---|---|
354 | 2025-01-12 05:46:11 | 63.29 | 95.5% |
313 | 2025-01-09 14:56:03 | 76.69 | 97.4% |
296 | 2025-01-07 10:24:52 | 70.25 | 96.4% |
286 | 2025-01-07 09:57:55 | 87.34 | 99% |
281 | 2025-01-06 20:06:50 | 82.44 | 98.3% |
270 | 2025-01-06 12:29:02 | 82.06 | 98.4% |
269 | 2024-12-25 16:32:42 | 70.87 | 97.5% |
253 | 2024-12-24 08:23:59 | 65.86 | 96.3% |
245 | 2024-12-22 19:15:24 | 73.64 | 98.1% |
232 | 2024-12-22 18:09:48 | 76.85 | 96.8% |
228 | 2024-12-22 18:02:37 | 71.51 | 96.9% |
204 | 2024-12-10 23:50:42 | 78.96 | 98.3% |
185 | 2024-12-04 17:20:11 | 71.54 | 96.4% |
69 | 2024-03-21 18:17:56 | 64.93 | 96% |
54 | 2024-03-19 23:00:36 | 57.65 | 96.1% |
53 | 2024-03-19 22:24:04 | 59.07 | 95.9% |
41 | 2024-03-17 05:08:51 | 56.03 | 95.9% |
30 | 2024-03-17 02:59:24 | 57.58 | 96.3% |
18 | 2024-03-15 18:29:59 | 62.27 | 96.5% |