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 |
---|---|---|---|
227 | 2025-05-12 19:03:30 | 63.87 | 96% |
194 | 2025-05-05 15:52:32 | 63.04 | 97% |
187 | 2025-05-02 20:45:28 | 53.58 | 95% |
174 | 2025-05-02 12:21:11 | 62.40 | 97% |
136 | 2025-04-30 11:49:59 | 53.73 | 95% |
97 | 2025-04-18 18:55:27 | 55.07 | 97% |
85 | 2025-04-18 11:40:50 | 41.87 | 94% |
74 | 2025-04-17 12:49:17 | 47.81 | 96% |
53 | 2025-04-15 21:49:45 | 54.61 | 96% |
39 | 2025-04-14 15:18:39 | 52.74 | 95% |