Script Google untuk Loop

for(var i = 0; i < 5; i++) {
  num = num * i+1;
}
Flyhouse_Squarewheel