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 |
---|---|---|---|
219 | 2025-09-05 10:25:26 | 41.95 | 95% |
216 | 2025-09-04 12:02:20 | 33.94 | 93% |
195 | 2025-09-02 19:55:36 | 37.30 | 93% |
192 | 2025-09-02 05:49:34 | 32.17 | 93% |
176 | 2025-08-13 07:57:44 | 28.84 | 91% |
162 | 2025-07-27 13:59:07 | 39.45 | 96% |
152 | 2025-07-09 17:48:22 | 41.71 | 96% |
150 | 2025-07-09 05:12:14 | 35.62 | 93% |
137 | 2025-07-06 14:13:26 | 39.60 | 95% |
127 | 2025-07-04 18:26:45 | 30.14 | 93% |
101 | 2025-07-02 16:28:42 | 31.71 | 93% |
100 | 2025-07-01 10:45:12 | 34.86 | 92% |
75 | 2025-06-29 13:55:24 | 33.90 | 92% |
56 | 2025-06-27 17:22:43 | 33.57 | 93% |
55 | 2025-06-27 17:20:47 | 32.08 | 93% |
29 | 2025-06-22 11:53:13 | 29.30 | 91% |