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 |
---|---|---|---|
192 | 2024-02-12 10:48:40 | 80.12 | 97.4% |
181 | 2022-11-22 10:47:47 | 75.46 | 97% |
169 | 2021-08-24 21:17:52 | 71.01 | 96% |
165 | 2021-08-24 21:11:35 | 76.07 | 97% |
161 | 2021-08-24 21:05:33 | 78.41 | 98% |
157 | 2021-08-24 21:01:12 | 62.00 | 96% |
149 | 2020-10-25 08:55:33 | 60.86 | 95% |
114 | 2019-01-30 13:49:15 | 74.05 | 96% |
109 | 2019-01-30 13:40:40 | 65.91 | 95% |
85 | 2019-01-29 09:35:06 | 62.86 | 96% |
84 | 2019-01-29 09:33:45 | 59.43 | 94% |
78 | 2019-01-29 09:05:38 | 62.30 | 96% |
70 | 2019-01-28 22:10:31 | 70.85 | 97% |
61 | 2019-01-28 10:15:04 | 67.06 | 97% |
18 | 2019-01-27 23:24:31 | 61.68 | 95% |
4 | 2019-01-27 22:44:29 | 50.09 | 93% |