Which of the following is the correct syntax for creating an array in JavaScript that contains the elements 1, 2, and 3?
(1, 2, 3)
[1, 2, 3]
{1, 2, 3}
1, 2, 3

Information Technology (IT) Übungen werden geladen ...