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 |
---|---|---|---|
124 | 2023-07-27 16:31:41 | 42.49 | 96.5% |
111 | 2023-07-27 11:30:17 | 40.62 | 95.3% |
52 | 2023-07-10 19:07:57 | 39.99 | 95.6% |
51 | 2023-07-10 07:30:46 | 39.60 | 96.5% |
44 | 2023-07-09 13:09:44 | 37.95 | 96.3% |
42 | 2023-07-09 13:03:42 | 39.55 | 96.7% |
32 | 2023-07-06 03:03:59 | 42.09 | 97.4% |
31 | 2023-07-06 03:02:04 | 37.02 | 97.1% |
28 | 2023-07-06 02:56:12 | 39.78 | 97.1% |
20 | 2023-07-05 18:03:33 | 37.50 | 97.4% |
3 | 2023-06-27 18:48:03 | 30.71 | 94.7% |
2 | 2023-06-27 18:45:48 | 29.89 | 94.9% |