Baheeg Training and Test Exam

Javascript intermediate Level

Score: 0 / 0 answered

Progress: 0 of 190 qs

time elap: 00:00

Question 1: What will be the value of `y` after the following code is executed?

const [x, , y] = [1, 2, 3];