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 |
---|---|---|---|
206 | 2023-09-08 01:08:41 | 30.12 | 93.6% |
162 | 2023-09-01 02:09:23 | 26.72 | 92% |
154 | 2023-08-20 12:44:12 | 27.86 | 90.5% |
139 | 2023-08-06 13:13:52 | 25.30 | 91.6% |
137 | 2023-08-06 13:04:39 | 23.98 | 92.4% |
87 | 2023-07-08 01:20:38 | 28.25 | 91.9% |
25 | 2023-07-03 03:02:28 | 31.42 | 94.4% |
19 | 2023-07-02 01:25:06 | 21.96 | 92.1% |
12 | 2023-06-29 01:12:49 | 26.86 | 90.9% |