문제3 : 변수의 타입 다음 출력 값으로 올바른 것은? var arr = [100, 200, 300]; console.log(typeof(arr)); undefined string number object