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 |
---|---|---|---|
229 | 2025-03-05 06:25:35 | 44.79 | 94.2% |
184 | 2025-01-10 01:15:23 | 44.73 | 94.8% |
169 | 2025-01-01 04:07:32 | 44.15 | 95.1% |
160 | 2024-12-29 10:42:54 | 45.85 | 95.6% |
157 | 2024-12-29 08:20:52 | 41.23 | 94.5% |
155 | 2024-12-28 21:00:55 | 41.76 | 94.7% |
122 | 2024-12-24 14:15:33 | 45.39 | 96.3% |
109 | 2024-12-22 23:05:23 | 40.22 | 94.7% |
99 | 2024-12-21 15:26:05 | 52.63 | 97.7% |
79 | 2024-12-18 21:54:25 | 45.48 | 96.3% |
73 | 2024-12-18 19:26:37 | 43.51 | 94.8% |
62 | 2024-12-18 11:51:52 | 36.87 | 94.7% |
44 | 2024-12-17 13:17:18 | 33.26 | 93.8% |
11 | 2024-12-05 02:31:31 | 26.43 | 92.2% |