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 |
---|---|---|---|
287 | 2022-10-20 14:52:34 | 69.37 | 93% |
274 | 2022-10-16 08:22:25 | 70.09 | 95% |
270 | 2022-10-15 10:23:43 | 72.26 | 95% |
260 | 2022-10-13 19:22:17 | 72.04 | 93% |
257 | 2022-10-13 19:19:51 | 75.28 | 94% |
216 | 2022-10-02 09:00:55 | 63.48 | 92% |
203 | 2022-09-29 10:58:46 | 70.70 | 93% |
189 | 2022-09-26 06:47:27 | 57.31 | 94% |
163 | 2022-09-20 12:10:42 | 65.42 | 94% |
153 | 2022-09-18 09:34:54 | 61.69 | 92% |
149 | 2022-09-17 16:14:39 | 73.92 | 94% |
145 | 2022-09-16 12:16:09 | 76.73 | 95% |
139 | 2022-09-15 11:59:15 | 67.47 | 94% |
111 | 2022-09-05 08:50:02 | 60.97 | 93% |
87 | 2022-07-31 10:07:46 | 68.95 | 93% |
75 | 2022-07-08 06:14:58 | 67.34 | 95% |
59 | 2022-07-03 07:18:59 | 61.46 | 93% |
58 | 2022-07-03 07:17:40 | 63.08 | 94% |
38 | 2022-06-27 08:26:35 | 59.71 | 92% |
26 | 2022-06-22 08:26:23 | 49.76 | 91% |