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 |
---|---|---|---|
511 | 2025-06-18 18:24:56 | 49.66 | 95% |
477 | 2025-04-29 13:55:56 | 50.43 | 94% |
471 | 2025-04-24 17:25:29 | 46.80 | 95% |
464 | 2025-04-15 13:30:22 | 47.95 | 95% |
430 | 2025-03-30 09:25:59 | 49.81 | 96% |
408 | 2025-03-21 14:27:09 | 50.92 | 96% |
404 | 2025-03-20 15:42:09 | 51.15 | 95% |
383 | 2025-03-15 11:18:02 | 49.03 | 95% |
361 | 2025-03-07 17:53:31 | 49.42 | 95% |
340 | 2025-02-22 12:31:29 | 47.98 | 93% |
336 | 2025-02-19 20:14:06 | 51.20 | 95% |
273 | 2025-02-03 12:45:45 | 50.58 | 93.8% |
226 | 2025-01-14 19:27:20 | 46.46 | 94.1% |
211 | 2025-01-10 16:35:31 | 49.50 | 94.3% |
208 | 2025-01-09 20:47:37 | 51.18 | 94.2% |
207 | 2025-01-09 20:43:56 | 50.57 | 95.9% |
203 | 2025-01-08 18:51:32 | 50.70 | 94.8% |
200 | 2025-01-07 20:16:18 | 48.54 | 95.1% |
197 | 2025-01-07 18:46:36 | 49.59 | 94.8% |
189 | 2025-01-07 14:24:59 | 52.01 | 94.9% |
174 | 2025-01-06 12:13:58 | 45.95 | 93.1% |
173 | 2025-01-06 10:55:48 | 50.28 | 95.7% |
131 | 2025-01-03 11:28:44 | 48.18 | 95.7% |
105 | 2024-12-30 19:13:31 | 46.17 | 94.1% |
61 | 2024-12-26 11:35:13 | 42.86 | 96.5% |
46 | 2024-12-24 12:05:54 | 42.91 | 94.1% |
44 | 2024-12-24 12:01:17 | 39.50 | 93.4% |
21 | 2024-12-22 20:11:12 | 32.14 | 92.1% |