var totel = 0

for (var i = 0; i < 10; ++i) {
  for (var j = 0; j < 10; +def+j) {
    total += 1
  }
}

assert_equal(100, total);
