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 |
---|---|---|---|
274 | 2023-12-04 04:11:31 | 41.86 | 97.1% |
263 | 2023-08-28 09:37:26 | 39.60 | 93.5% |
251 | 2023-08-10 10:16:59 | 46.90 | 97.7% |
188 | 2023-07-18 13:27:01 | 44.83 | 95.5% |
187 | 2023-07-18 13:25:16 | 44.34 | 94.2% |
129 | 2023-07-08 10:58:09 | 40.83 | 96.3% |
123 | 2023-07-07 15:14:16 | 48.80 | 97.4% |
116 | 2023-07-05 05:14:27 | 36.43 | 95.2% |
86 | 2023-06-22 07:57:13 | 37.17 | 95.3% |
85 | 2023-06-22 07:54:58 | 39.76 | 95.7% |
71 | 2023-06-05 04:52:37 | 36.23 | 96.2% |
23 | 2023-02-04 08:06:01 | 31.95 | 94% |
22 | 2023-02-04 07:59:35 | 30.43 | 95% |
14 | 2023-02-03 16:05:36 | 34.98 | 96% |
12 | 2023-02-03 15:55:43 | 32.78 | 96% |
5 | 2023-02-01 12:22:44 | 30.65 | 94% |