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 |
---|---|---|---|
115 | 2025-06-22 23:03:00 | 30.35 | 94% |
113 | 2025-06-22 22:57:29 | 26.08 | 92% |
101 | 2025-06-22 21:11:41 | 31.04 | 96% |
100 | 2025-06-22 21:09:01 | 33.32 | 96% |
89 | 2025-06-20 01:43:35 | 30.32 | 95% |
72 | 2025-06-18 18:56:50 | 26.05 | 92% |
66 | 2025-06-18 18:19:13 | 25.79 | 95% |
40 | 2025-06-09 00:30:18 | 27.27 | 95% |