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];
Subject: Sets 14 Functional Programming 15 ES6 Syntax Destructuring in JavaScript Intermediate Level
Difficulty: Easy