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 |
---|---|---|---|
93 | 2025-06-27 02:58:16 | 44.73 | 95% |
86 | 2025-06-26 00:50:37 | 42.88 | 93% |
79 | 2025-06-26 00:40:02 | 43.53 | 94% |
57 | 2025-05-31 23:58:52 | 37.26 | 91% |
43 | 2025-05-24 15:23:30 | 39.20 | 93% |
30 | 2025-05-23 00:00:44 | 38.71 | 92% |
29 | 2025-05-22 23:49:58 | 35.59 | 92% |
16 | 2025-05-22 01:07:06 | 36.39 | 92% |