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 |
---|---|---|---|
164 | 2024-12-08 17:29:31 | 36.47 | 95.3% |
112 | 2024-06-08 00:34:23 | 34.60 | 94.7% |
91 | 2024-04-19 07:48:45 | 33.05 | 95.1% |
81 | 2024-04-11 22:15:47 | 34.88 | 94.3% |
80 | 2024-04-11 22:13:53 | 33.51 | 92.5% |
76 | 2024-04-11 22:07:37 | 32.97 | 94.4% |
74 | 2024-03-22 06:50:30 | 32.60 | 94% |
72 | 2024-03-22 06:46:34 | 33.63 | 94.5% |
49 | 2024-03-21 00:20:57 | 32.24 | 92.8% |
47 | 2024-03-21 00:16:27 | 33.46 | 94.3% |
46 | 2024-03-21 00:14:30 | 31.26 | 94.8% |
3 | 2024-03-20 01:12:12 | 26.94 | 93.9% |