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 |
---|---|---|---|
468 | 2025-01-14 15:56:34 | 56.06 | 96% |
457 | 2025-01-14 09:52:22 | 55.85 | 95.3% |
398 | 2025-01-12 15:40:41 | 56.35 | 96.3% |
397 | 2025-01-12 15:39:12 | 53.50 | 96.1% |
390 | 2025-01-12 15:29:09 | 51.57 | 95.2% |
375 | 2025-01-12 15:07:04 | 54.04 | 96.2% |
334 | 2024-08-01 11:28:04 | 45.92 | 94.9% |
277 | 2024-07-24 11:41:11 | 47.12 | 94.9% |
205 | 2024-07-17 12:13:30 | 48.53 | 93.2% |
190 | 2024-07-17 04:15:48 | 45.51 | 92.4% |
182 | 2024-07-17 04:04:37 | 53.79 | 94.4% |
152 | 2024-07-16 03:43:29 | 48.53 | 93.5% |
150 | 2024-07-16 03:39:29 | 55.04 | 94.5% |
146 | 2024-07-16 03:34:27 | 49.03 | 94.5% |
139 | 2024-07-16 03:26:42 | 49.87 | 94.9% |
108 | 2024-07-16 02:12:58 | 54.22 | 96.2% |
75 | 2024-07-15 09:05:58 | 43.11 | 93.4% |
67 | 2024-07-15 08:52:31 | 50.46 | 93.8% |
51 | 2024-05-03 04:18:48 | 26.17 | 93.6% |
42 | 2024-03-06 00:38:39 | 40.12 | 95.6% |
34 | 2024-02-02 13:41:03 | 36.81 | 93.6% |
7 | 2023-11-13 04:39:55 | 42.16 | 93.8% |