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 |
---|---|---|---|
102 | 2024-02-05 06:57:02 | 44.22 | 96.8% |
99 | 2024-02-05 05:18:46 | 43.12 | 96.9% |
98 | 2024-02-05 05:17:11 | 47.29 | 96.8% |
84 | 2024-02-02 01:49:26 | 47.88 | 95.4% |
83 | 2024-02-02 01:47:59 | 44.37 | 94.8% |
78 | 2024-02-01 07:40:22 | 45.36 | 96.2% |
64 | 2024-02-01 07:13:34 | 50.35 | 98% |
48 | 2024-02-01 05:17:53 | 51.46 | 98.3% |
11 | 2024-02-01 01:26:11 | 40.51 | 95.9% |
4 | 2024-01-25 04:01:09 | 43.96 | 95.4% |
2 | 2024-01-25 03:57:23 | 36.19 | 93.3% |