Javascript Loop Though Array Length

var numbers = [33, 45, 76, 78, 100];
for (var i = 0; i < numbers.length; i++) {
  colose.log(number[i];)
}