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 |
---|---|---|---|
435 | 2025-04-01 21:58:36 | 41.84 | 96.6% |
428 | 2025-03-18 23:03:37 | 40.26 | 96.5% |
418 | 2024-11-13 00:01:28 | 41.62 | 95.9% |
392 | 2024-08-13 21:57:10 | 39.11 | 95.6% |
391 | 2024-08-13 21:55:28 | 44.73 | 96.3% |
380 | 2024-05-10 04:47:35 | 49.00 | 97.4% |
277 | 2024-02-11 19:19:49 | 47.72 | 98% |
255 | 2024-01-11 00:59:03 | 46.94 | 97.5% |
215 | 2023-12-21 22:28:48 | 49.97 | 97.4% |
170 | 2023-12-19 05:48:55 | 47.43 | 97.2% |
152 | 2023-12-19 03:20:40 | 49.07 | 97.6% |
146 | 2023-12-16 01:20:08 | 47.89 | 98.3% |
133 | 2023-12-16 00:00:51 | 42.45 | 97.6% |
111 | 2023-12-13 00:12:20 | 44.22 | 97.4% |
110 | 2023-12-13 00:10:36 | 43.09 | 96.9% |
102 | 2023-12-12 04:11:53 | 40.58 | 96.6% |
78 | 2023-12-10 04:56:42 | 39.95 | 95.5% |
68 | 2023-12-10 04:36:13 | 46.15 | 97.8% |
31 | 2023-12-06 20:11:31 | 44.78 | 96% |
17 | 2023-12-06 05:36:43 | 45.95 | 96.8% |
15 | 2023-12-06 05:33:47 | 35.65 | 94.2% |