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 |
---|---|---|---|
169 | 2025-03-26 09:22:37 | 34.94 | 96% |
162 | 2025-03-20 09:25:31 | 38.20 | 96.2% |
148 | 2025-01-15 09:22:18 | 37.85 | 95.3% |
141 | 2024-12-04 13:03:34 | 35.52 | 94.6% |
126 | 2024-10-23 08:19:53 | 36.31 | 96.1% |
97 | 2024-01-08 10:27:24 | 38.13 | 95.3% |
69 | 2023-11-23 09:28:02 | 36.76 | 95.1% |
47 | 2023-11-02 16:00:14 | 31.82 | 94% |
29 | 2023-10-10 08:59:22 | 32.62 | 93.1% |
28 | 2023-10-06 08:05:53 | 32.65 | 94.3% |
21 | 2023-10-05 09:19:42 | 34.27 | 94.1% |
19 | 2023-10-05 09:15:11 | 32.51 | 93.1% |
5 | 2023-09-21 11:02:41 | 30.98 | 95% |