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 |
---|---|---|---|
144 | 2024-08-04 14:24:17 | 42.84 | 96.8% |
117 | 2024-07-11 12:42:25 | 35.72 | 95.1% |
114 | 2024-07-08 04:59:17 | 42.52 | 95.3% |
111 | 2024-06-25 00:37:17 | 41.71 | 95.9% |
99 | 2024-06-20 04:43:00 | 39.32 | 95.8% |
96 | 2024-06-18 07:44:36 | 42.49 | 98.3% |
53 | 2024-05-12 01:01:14 | 40.07 | 97.4% |
35 | 2024-05-10 04:48:02 | 35.17 | 98.3% |
22 | 2024-03-31 04:20:07 | 38.29 | 97.4% |
20 | 2024-03-31 04:16:47 | 35.25 | 97.1% |