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 |
---|---|---|---|
126 | 2023-05-25 10:28:57 | 64.03 | 97.1% |
70 | 2023-05-23 13:42:28 | 64.99 | 96% |
66 | 2023-05-23 13:37:20 | 60.29 | 94.9% |
57 | 2023-05-23 13:22:51 | 64.67 | 96.2% |
45 | 2023-05-23 09:09:45 | 59.53 | 95.2% |
38 | 2023-05-23 09:00:50 | 60.65 | 94.9% |
29 | 2023-05-23 07:31:59 | 60.04 | 93.8% |
26 | 2023-05-23 07:26:30 | 51.27 | 93% |