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.'; } }
—from Throw, a other by http://www.javascriptbook.com
Active since October 4, 2018.
301 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1082. | markraken (markraken) | 41.29 | 96% | 2023-05-28 |
1083. | Rosslan Koulli (rosskoulli) | 41.25 | 94% | 2025-01-29 |
1084. | Rick (rickdicker) | 41.20 | 91.5% | 2025-01-22 |
1085. | Dylan (diazcybertypeski) | 41.18 | 94% | 2024-02-02 |
1086. | Glorman (glorman) | 41.16 | 95% | 2024-12-19 |
1087. | Novadeluxe (fuccboy420) | 41.15 | 95% | 2024-12-15 |
1088. | mukr (heager) | 41.12 | 98% | 2023-02-09 |
1089. | kynmp (rng2036) | 41.10 | 96% | 2024-12-08 |
1090. | Syit (syit) | 41.09 | 94% | 2024-05-03 |
1091. | ashok (ashokkasi) | 41.08 | 96% | 2021-11-06 |
1092. | mirian (mar08) | 41.07 | 96% | 2025-05-30 |
1093. | ligma balls (bigvkie) | 41.07 | 94% | 2023-05-30 |
1094. | tstats[majedhmoud] (majedhm... | 41.04 | 94% | 2024-01-04 |
1095. | Platipuss (dhrubv) | 40.99 | 94% | 2025-04-01 |
1096. | John (knickknackz) | 40.98 | 93% | 2023-07-19 |
1097. | Arne (arnihilator) | 40.94 | 93% | 2023-07-30 |
1098. | Pranav Abraham (pranavabe) | 40.87 | 93% | 2023-07-05 |
1099. | Zodiac (zodiac__) | 40.85 | 93% | 2025-04-10 |
1100. | YAZ (yazaitee) | 40.84 | 95% | 2024-08-13 |
1101. | jht (jht0) | 40.71 | 96% | 2024-04-05 |
1102. | Ron (rondalla) | 40.70 | 95% | 2020-12-22 |
1103. | rides.reversed.mildest (rid... | 40.67 | 94% | 2024-12-04 |
1104. | mibsahn (mibsahn) | 40.67 | 94% | 2023-07-14 |
1105. | thomas (thomascdh) | 40.61 | 95% | 2025-06-28 |
1106. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1107. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1108. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1109. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1110. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1111. | melvin (melvink) | 40.42 | 97% | 2023-05-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |