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 |
---|---|---|---|
175 | 2024-05-03 19:54:27 | 49.32 | 95.4% |
160 | 2024-05-03 19:28:52 | 48.24 | 95.4% |
157 | 2024-05-03 19:21:29 | 48.05 | 96.6% |
115 | 2024-05-02 23:57:28 | 46.52 | 94.4% |
95 | 2024-05-02 18:59:36 | 40.60 | 93.4% |
78 | 2024-05-02 18:02:01 | 39.41 | 93.2% |
74 | 2024-05-02 17:45:39 | 42.38 | 93.8% |
66 | 2024-05-02 17:30:47 | 41.07 | 95% |
65 | 2024-05-02 17:29:01 | 36.07 | 92.5% |
43 | 2024-04-30 21:48:40 | 33.21 | 92.5% |
31 | 2024-04-30 02:40:36 | 39.43 | 92.7% |
12 | 2024-04-24 23:45:00 | 33.59 | 93.1% |