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 |
---|---|---|---|
130 | 2025-06-22 23:02:57 | 31.17 | 93% |
128 | 2025-06-22 22:57:03 | 32.82 | 93% |
124 | 2025-06-22 00:14:31 | 28.38 | 92% |
115 | 2025-06-21 01:14:25 | 26.57 | 92% |
113 | 2025-06-18 20:34:28 | 26.27 | 93% |
97 | 2025-06-16 12:39:43 | 25.68 | 94% |
95 | 2025-06-16 12:32:50 | 25.10 | 93% |
53 | 2025-06-04 20:11:34 | 31.88 | 93% |
11 | 2025-05-16 01:33:46 | 23.08 | 92% |