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 |
---|---|---|---|
122 | 2025-07-07 17:42:42 | 42.58 | 94% |
115 | 2025-07-05 20:14:11 | 42.39 | 93% |
112 | 2025-07-05 20:08:21 | 37.57 | 95% |
108 | 2025-07-04 17:29:58 | 37.15 | 94% |
62 | 2025-07-02 19:39:56 | 33.55 | 92% |
44 | 2025-07-02 01:17:26 | 34.16 | 95% |
41 | 2025-07-02 01:13:02 | 33.48 | 93% |
13 | 2025-07-01 17:29:00 | 28.94 | 93% |
3 | 2025-06-28 17:36:43 | 23.54 | 91% |