다음 출력 값으로 올바른 것은? var arr = [100, 200, 300]; console.log(typeof(arr));1) undefined 2) string 3) number 4) object