You can change the conditions of the loop and press the run button to observe the execution result.
var output = 0; for (i = ; i < ; i++) { for (j = 0; j < ; j++) { output += ; } console.log(output+1);