My sincere condolences and heartfelt sympathies to @POTUS@JoeBiden for the loss of precious lives and devastation caused by Hurricane Ian. Our thoughts are with the people of the United States in these difficult times.
JavaScript Array Quiz 🏆
Which of JS statements are correct?
a) let fruit = ['apple', 'orange'];
b) let fruit = new Array('apple', 'orange');
c) let fruit = ('apple', 'orange');
d) let fruit = ['apple', 'orange']