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 |
---|---|---|---|
140 | 2024-11-09 12:38:35 | 53.01 | 95.6% |
138 | 2024-11-09 12:35:13 | 51.60 | 97.7% |
133 | 2024-11-09 12:29:45 | 46.11 | 95% |
131 | 2024-11-09 12:27:42 | 49.50 | 94.8% |
128 | 2024-11-07 17:44:43 | 50.24 | 96.9% |
106 | 2024-10-30 18:13:03 | 51.18 | 96.7% |
89 | 2024-10-29 05:10:59 | 42.88 | 95.9% |
62 | 2024-10-29 04:03:37 | 38.56 | 94.8% |
48 | 2024-10-29 03:40:03 | 42.50 | 96.2% |
44 | 2024-10-29 03:30:18 | 46.68 | 96.1% |
39 | 2024-10-28 19:18:16 | 44.50 | 95.6% |
33 | 2024-10-28 19:09:30 | 44.53 | 93.4% |
31 | 2024-10-28 19:06:09 | 37.91 | 93.8% |