Changes

Jump to navigation Jump to search
no edit summary
Line 8: Line 8:     
function myFunction() {
 
function myFunction() {
   var length = $('#bllength').value;
+
   var length = Number($('#bllength').value);
 +
length = length + 1;
 
   $('#result').html(length);
 
   $('#result').html(length);
 
};
 
};
Bureaucrats, Administrators, translate-proofr
15,502

edits

Navigation menu