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 |
---|---|---|---|
458 | 2024-10-31 15:28:17 | 52.38 | 96% |
457 | 2024-10-31 15:26:12 | 45.94 | 95.2% |
447 | 2024-10-31 15:05:49 | 45.46 | 95.7% |
431 | 2024-10-28 11:24:18 | 48.13 | 95.8% |
420 | 2024-10-08 08:36:48 | 56.71 | 97.7% |
414 | 2024-10-08 08:24:58 | 50.49 | 96.5% |
413 | 2024-10-08 08:21:57 | 49.82 | 95.4% |
411 | 2024-10-08 08:17:04 | 48.75 | 94.8% |
407 | 2024-10-08 08:08:07 | 41.88 | 92.7% |
351 | 2024-06-04 06:11:49 | 51.61 | 97.1% |
313 | 2024-02-09 10:57:05 | 41.19 | 95.6% |
311 | 2024-02-09 10:52:23 | 44.64 | 95.9% |
276 | 2023-12-28 10:42:22 | 48.40 | 96.5% |
264 | 2023-12-28 10:22:35 | 44.82 | 95.7% |
262 | 2023-12-28 10:20:01 | 46.08 | 96.2% |
260 | 2023-12-28 10:14:41 | 40.91 | 94.6% |
213 | 2023-12-28 06:52:55 | 42.66 | 96.2% |
129 | 2023-12-14 04:32:58 | 38.72 | 93.3% |
122 | 2023-12-13 08:47:35 | 42.28 | 94% |
121 | 2023-12-13 08:45:08 | 41.87 | 93.5% |
54 | 2023-12-05 07:50:59 | 37.77 | 93.6% |
44 | 2023-11-30 08:09:32 | 42.52 | 95% |
35 | 2023-11-28 08:15:27 | 45.25 | 97.1% |
23 | 2023-11-27 07:23:23 | 46.58 | 96% |
7 | 2023-11-23 08:32:00 | 43.55 | 94.3% |