Sum Even Numbers with a For Loop

Use a for loop to calculate the sum of all even numbers in the array numbers. Store the result in the variable sum.
JavaScript
Console