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 |
---|---|---|---|
371 | 2023-09-17 17:08:27 | 48.67 | 94.8% |
355 | 2023-09-15 13:49:08 | 44.99 | 94.5% |
329 | 2023-08-30 02:56:08 | 44.61 | 94.8% |
315 | 2023-08-25 15:46:44 | 47.82 | 95.2% |
312 | 2023-08-21 14:47:35 | 47.83 | 96.3% |
311 | 2023-08-21 14:46:00 | 47.10 | 95.7% |
309 | 2023-08-21 14:43:36 | 47.84 | 93.8% |
287 | 2023-08-20 13:26:31 | 45.76 | 94.9% |
283 | 2023-08-20 07:10:50 | 44.00 | 94.4% |
203 | 2023-08-10 12:16:38 | 46.35 | 95.7% |
196 | 2023-08-10 07:51:12 | 46.45 | 95.1% |
187 | 2023-08-09 09:21:18 | 37.89 | 92.8% |
183 | 2023-08-09 09:14:02 | 41.52 | 95.1% |
133 | 2023-07-24 07:10:35 | 44.21 | 96.2% |
122 | 2023-07-23 04:20:46 | 40.32 | 94.1% |
71 | 2023-07-10 10:13:06 | 37.73 | 94.3% |
60 | 2023-07-08 18:59:02 | 39.63 | 95% |
56 | 2023-07-08 16:24:36 | 37.80 | 95.6% |
49 | 2023-07-07 06:48:46 | 37.74 | 93.8% |
28 | 2023-06-23 04:36:21 | 36.06 | 94.1% |