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 |
---|---|---|---|
377 | 2023-07-20 20:41:32 | 44.80 | 96% |
353 | 2023-07-20 16:55:00 | 43.59 | 95.5% |
247 | 2023-07-15 23:13:41 | 42.27 | 96% |
245 | 2023-07-15 23:10:01 | 38.61 | 93.7% |
211 | 2023-07-15 10:31:17 | 40.50 | 95.6% |
124 | 2023-07-13 10:50:22 | 42.60 | 96.2% |
80 | 2023-07-12 20:35:20 | 44.28 | 95.6% |
66 | 2023-07-12 19:58:22 | 43.10 | 96% |
63 | 2023-07-12 15:55:41 | 43.67 | 95.8% |
62 | 2023-07-12 15:53:43 | 43.59 | 96.1% |
14 | 2023-07-11 15:55:25 | 46.33 | 96.5% |
5 | 2023-07-11 15:30:50 | 42.52 | 95.9% |