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 |
---|---|---|---|
523 | 2024-08-27 02:57:31 | 55.60 | 95.6% |
499 | 2024-07-30 11:25:57 | 64.59 | 97.7% |
459 | 2024-07-23 10:55:45 | 66.58 | 95.9% |
437 | 2024-07-16 15:06:26 | 70.27 | 96.9% |
411 | 2024-07-11 14:39:49 | 65.41 | 97.4% |
386 | 2024-07-10 00:58:54 | 66.38 | 96.4% |
383 | 2024-07-10 00:55:55 | 58.86 | 98% |
367 | 2024-07-08 15:11:57 | 54.49 | 95.9% |
346 | 2024-07-06 15:44:25 | 66.34 | 95.6% |
320 | 2024-07-03 15:02:55 | 70.26 | 97.6% |
298 | 2024-07-02 02:48:20 | 60.46 | 96.6% |
251 | 2024-06-27 03:40:47 | 73.51 | 99% |
248 | 2024-06-27 03:38:07 | 58.26 | 95.7% |
242 | 2024-06-27 03:29:57 | 60.15 | 97.4% |
187 | 2024-06-20 04:24:26 | 58.20 | 97.4% |
177 | 2024-06-20 04:10:56 | 59.96 | 95.8% |
135 | 2024-06-17 15:08:34 | 62.39 | 97.7% |
119 | 2024-06-14 02:16:12 | 56.49 | 97.4% |
109 | 2024-06-14 01:56:57 | 57.43 | 96.5% |
97 | 2024-06-12 07:49:38 | 56.79 | 97.2% |
77 | 2024-06-11 04:13:40 | 58.97 | 97.7% |
66 | 2024-06-10 15:01:33 | 54.05 | 95.4% |
60 | 2024-06-10 14:52:59 | 60.33 | 97.4% |
57 | 2024-06-10 14:49:41 | 56.17 | 96.5% |
55 | 2024-06-10 14:47:49 | 55.94 | 97.1% |
5 | 2024-06-07 14:14:49 | 53.55 | 97.4% |
3 | 2024-06-07 14:11:24 | 46.81 | 96.3% |