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 |
---|---|---|---|
150 | 2024-04-03 07:48:50 | 33.46 | 93.4% |
142 | 2024-03-29 13:31:54 | 46.30 | 96.2% |
102 | 2024-01-29 01:15:24 | 36.73 | 93.5% |
92 | 2023-06-30 07:19:16 | 42.60 | 96.2% |
83 | 2023-06-28 02:21:46 | 40.48 | 95.3% |
75 | 2023-06-27 14:50:18 | 41.47 | 97.4% |
60 | 2023-06-17 08:57:55 | 37.68 | 96.6% |
59 | 2023-06-17 08:56:00 | 35.16 | 94.3% |
54 | 2023-06-17 08:44:09 | 27.80 | 93.3% |
44 | 2023-06-11 09:34:59 | 30.84 | 94.6% |
40 | 2023-06-10 23:01:18 | 28.02 | 93.2% |
34 | 2023-06-09 09:20:51 | 27.32 | 94.1% |
30 | 2023-05-25 06:23:11 | 28.97 | 93% |