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 |
---|---|---|---|
392 | 2023-11-19 14:56:53 | 62.65 | 95.7% |
353 | 2023-06-29 18:43:13 | 74.15 | 95.7% |
333 | 2023-06-15 12:40:33 | 62.96 | 96.5% |
325 | 2023-06-13 22:17:55 | 71.88 | 97.7% |
288 | 2023-06-08 11:09:38 | 66.65 | 96.5% |
227 | 2023-06-06 17:40:10 | 79.57 | 98.6% |
186 | 2023-06-04 17:01:26 | 73.39 | 96% |
142 | 2023-06-02 10:06:48 | 67.03 | 96.3% |
111 | 2023-06-01 09:19:59 | 74.13 | 99.3% |
106 | 2023-06-01 09:06:32 | 70.13 | 98% |
98 | 2023-05-31 12:35:17 | 73.78 | 98.3% |
93 | 2023-05-31 10:39:48 | 75.42 | 97.4% |
91 | 2023-05-31 10:30:22 | 61.95 | 95.7% |
85 | 2023-05-31 10:17:12 | 72.35 | 96.6% |
73 | 2023-05-31 08:22:38 | 66.76 | 96.5% |
71 | 2023-05-31 08:19:46 | 64.31 | 97.4% |
40 | 2023-05-30 13:15:43 | 67.84 | 96.8% |
12 | 2023-05-25 15:52:24 | 58.43 | 96.2% |