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 |
---|---|---|---|
231 | 2021-10-25 19:35:54 | 48.08 | 95% |
204 | 2021-10-06 13:38:06 | 56.05 | 97% |
166 | 2021-09-27 16:52:25 | 51.77 | 97% |
159 | 2021-09-27 16:42:46 | 50.75 | 96% |
156 | 2021-09-27 16:38:42 | 49.49 | 97% |
135 | 2021-09-22 18:38:19 | 50.56 | 96% |
109 | 2021-09-18 19:08:59 | 49.68 | 97% |
104 | 2021-09-18 18:57:58 | 45.74 | 95% |
69 | 2021-09-14 19:12:57 | 43.93 | 95% |