var $form, width, height, area; $form = $('#calculator'); $('#calculator').on('submit', function(e) { e.preventDefault(); console.log('Clicked submit...'); width = $('#width').val(); height = $('#height').val(); area = (width * height); if (area < 100) { debugger; // A breakpoint is set if the developer tools are open } $form.append('<p>' + area + '</p>'); });
—from Breakpoint, a other by http://www.javascriptbook.com
Active since October 2, 2018.
372 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1. | (sidd_) | 107.41 | 99% | 2019-01-27 |
2. | Sean Wrona (arenasnow) | 98.22 | 98% | 2019-02-14 |
3. | r (deroche1) | 81.21 | 97% | 2019-02-14 |
4. | (delirious) | 76.99 | 99% | 2019-02-01 |
5. | tbodt (tbodt) | 76.35 | 97% | 2019-01-02 |
6. | washed (zak389) | 70.91 | 96% | 2025-03-17 |
7. | police (styrofoam) | 68.11 | 95% | 2018-11-01 |
8. | Horace (chillee) | 61.75 | 96% | 2018-11-29 |
9. | Michael (gauntel) | 61.00 | 98% | 2018-10-16 |
10. | (poem) | 58.98 | 96.4% | 2019-02-14 |
11. | Shoemaker-Levy 9 (atthetop) | 58.77 | 97% | 2018-11-01 |
12. | Mohammad (alamin_typist) | 57.65 | 99% | 2018-11-09 |
13. | (keegant) | 56.60 | 95% | 2019-06-12 |
14. | SalmanMKC (hellothen) | 49.27 | 94% | 2019-01-28 |
15. | mairzydoats_mason (mairzydo... | 48.53 | 99% | 2019-01-19 |
16. | Calculus (uchihalol) | 46.45 | 94% | 2018-11-01 |
17. | ⛧🦇🎃💀🎃🦇⛧ ... | 45.26 | 95% | 2019-02-01 |
18. | Zaibo (s_train) | 42.48 | 93% | 2018-11-29 |
19. | Stella (stellarluminant) | 40.23 | 96% | 2018-11-08 |
20. | ABCD (x007) | 39.74 | 98% | 2018-10-02 |
21. | master (masterthias) | 39.30 | 94% | 2018-11-05 |
22. | 3rd Place (bomtombadil) | 33.44 | 96% | 2018-12-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 62 | 62.33 | October 2, 2018 |