I want to make a cycle that prints the numbers of the range specified by the user, for example:
for the values: 2 and 10, it is printed on the div: 2,3,4,5,6,7,8,9, 10.
function loopChecking() {
'use strict';
var numberA = document...
asked by
28.11.2017 / 12:06