Race Result Details |
| Racer | (zak389) |
| Race Number | 457 |
| Date | Mon, 17 Mar 2025 14:12:36 |
| Universe | code |
| Speed |
71 WPM
Try to beat?
|
| Accuracy | 96% |
| Rank | 1st place (out of 2) |
Text typed:
|
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>'); });
— (other)
by http://www.javascriptbook.com
(see stats)
|
