You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

exer_34.js 83B

12345678
  1. let total = 0;
  2. for (let i = 1; i = 20; i++){
  3. total += i;
  4. }
  5. console.log(total);