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 |
---|---|---|---|
461 | 2019-11-13 00:20:14 | 104.46 | 98% |
444 | 2019-10-12 18:23:33 | 97.34 | 98% |
368 | 2019-08-16 02:04:31 | 96.18 | 97% |
363 | 2019-08-16 01:45:18 | 110.72 | 99% |
304 | 2019-08-08 03:14:32 | 79.70 | 96% |
293 | 2019-07-27 19:55:25 | 106.96 | 99% |
280 | 2019-07-27 03:54:19 | 90.96 | 97% |
276 | 2019-07-27 03:04:04 | 97.17 | 98% |
273 | 2019-07-27 02:58:12 | 93.63 | 98% |
246 | 2019-07-25 03:43:55 | 103.99 | 99% |
220 | 2019-07-25 00:05:47 | 90.13 | 97% |
215 | 2019-07-24 23:57:46 | 91.71 | 98% |
187 | 2019-07-24 03:40:36 | 97.13 | 99% |
181 | 2019-07-24 03:28:32 | 92.80 | 97% |
143 | 2019-07-23 15:12:09 | 86.30 | 98% |
111 | 2019-07-23 01:06:49 | 95.84 | 99% |
66 | 2019-07-22 00:32:50 | 82.69 | 97% |
49 | 2019-07-22 00:04:18 | 75.69 | 97% |
45 | 2019-07-20 20:45:45 | 83.87 | 98% |
39 | 2019-07-20 20:36:19 | 79.74 | 97% |
17 | 2019-02-24 08:48:54 | 68.89 | 97% |