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 |
---|---|---|---|
162 | 2023-09-14 13:07:30 | 49.12 | 96.6% |
143 | 2023-09-12 12:56:41 | 51.93 | 93.7% |
114 | 2023-09-08 13:08:06 | 49.73 | 95.6% |
110 | 2023-09-08 12:24:14 | 52.15 | 97.4% |
100 | 2023-09-06 09:36:39 | 36.47 | 94.2% |
81 | 2023-09-05 12:11:02 | 51.97 | 96.8% |
72 | 2023-09-05 03:05:09 | 54.43 | 98% |
55 | 2023-09-04 15:47:15 | 36.63 | 93.8% |
54 | 2023-09-04 15:44:55 | 38.40 | 94.8% |
2 | 2023-08-09 13:55:06 | 33.21 | 93.3% |