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_36.js 237B

123456789101112
  1. let total = 0;
  2. let numbers = [2, 3, 13, 18, -5, 38, -10, 11, 0, 104];
  3. let events = [];
  4. let odds = [];
  5. for (let i = 1; i < numbers.lenght; i++) {
  6. if i = i / 2 then events.push
  7. else odds.push;
  8. }
  9. console.log(events);
  10. console.log(odds);