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 |
---|---|---|---|
588 | 2025-03-31 01:14:54 | 40.56 | 94.4% |
467 | 2024-06-16 00:51:55 | 47.03 | 94.2% |
462 | 2024-06-13 18:18:13 | 47.37 | 94.3% |
437 | 2024-06-12 22:12:12 | 43.93 | 92.8% |
418 | 2024-06-12 16:36:54 | 43.82 | 93.7% |
404 | 2024-06-12 15:53:08 | 44.04 | 93% |
388 | 2024-06-09 03:16:06 | 47.09 | 95.7% |
364 | 2024-06-05 20:45:17 | 41.53 | 93.8% |
334 | 2024-05-27 16:00:16 | 43.17 | 93.6% |
295 | 2024-05-22 20:30:12 | 42.15 | 95.1% |
256 | 2024-05-20 22:27:58 | 44.56 | 95% |
210 | 2024-05-16 02:34:34 | 40.09 | 91.7% |
202 | 2024-05-15 21:11:48 | 40.04 | 93.5% |
125 | 2024-05-09 00:47:26 | 39.04 | 93.2% |
121 | 2024-05-08 22:52:15 | 35.30 | 95.3% |
103 | 2024-05-07 23:00:31 | 29.18 | 90.2% |
78 | 2024-05-06 16:47:46 | 37.65 | 92.1% |
42 | 2024-05-04 03:13:53 | 32.87 | 94% |
36 | 2024-05-03 22:54:43 | 27.44 | 93.8% |
29 | 2024-05-03 16:38:48 | 36.82 | 94.6% |
26 | 2024-05-03 16:31:51 | 30.17 | 92.7% |
17 | 2024-05-02 21:39:33 | 35.17 | 95.2% |