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 |
---|---|---|---|
216 | 2025-01-06 01:23:10 | 17.99 | 91.7% |
188 | 2024-11-24 08:36:16 | 16.36 | 93.9% |
154 | 2024-05-04 21:27:47 | 23.15 | 95.1% |
148 | 2024-05-04 21:13:12 | 24.10 | 96.5% |
127 | 2024-04-30 03:36:53 | 21.79 | 95.5% |
95 | 2024-04-21 23:39:12 | 19.95 | 94.9% |
89 | 2024-04-21 23:22:43 | 20.82 | 95% |
60 | 2024-04-21 01:37:34 | 16.71 | 91.2% |
47 | 2024-04-18 00:16:58 | 20.87 | 94.4% |
18 | 2024-04-17 19:53:09 | 16.33 | 93.8% |
1 | 2024-04-16 05:06:31 | 13.03 | 90.1% |