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 |
---|---|---|---|
114 | 2019-02-14 03:10:26 | 91.34 | 98% |
100 | 2019-02-01 01:26:11 | 101.80 | 98% |
78 | 2019-01-27 23:42:50 | 101.17 | 98% |
53 | 2019-01-27 23:06:30 | 107.05 | 99% |
51 | 2019-01-27 23:02:54 | 107.41 | 99% |
48 | 2019-01-27 22:57:58 | 97.79 | 99% |
20 | 2018-10-03 17:54:27 | 87.78 | 97% |