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('
' + area + '
'); });| Game | Time | WPM | Accuracy |
|---|---|---|---|
| 40 | 2019-02-14 04:07:30 | 80.49 | 96% |
| 19 | 2019-02-14 03:20:02 | 81.21 | 97% |
| 13 | 2019-02-14 03:10:34 | 78.72 | 97% |
| 4 | 2018-10-04 21:13:19 | 62.06 | 94% |