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 |
---|---|---|---|
236 | 2025-04-26 17:21:06 | 39.16 | 95.4% |
215 | 2025-03-20 16:05:27 | 42.30 | 96.7% |
200 | 2025-02-16 19:02:01 | 44.91 | 98% |
198 | 2025-02-14 15:07:00 | 40.38 | 96.4% |
182 | 2025-01-02 16:05:30 | 45.48 | 96.1% |
164 | 2024-11-25 16:22:45 | 38.36 | 94.8% |
161 | 2024-11-22 14:30:09 | 36.19 | 95.3% |
136 | 2024-09-10 17:46:43 | 40.20 | 96.2% |
115 | 2024-07-30 16:17:13 | 38.99 | 95.7% |
114 | 2024-07-29 15:22:47 | 37.39 | 95.5% |
73 | 2024-06-02 18:12:52 | 36.65 | 94.2% |
60 | 2024-05-21 15:49:00 | 37.41 | 94.8% |
56 | 2024-05-14 15:29:20 | 35.67 | 93.5% |