Skip to main content
๐Ÿ”ฎ Output PredictionJS JavaScript Medium+20 XP

Array Destructuring

What gets logged?

JavaScript
const [a, , b] = [1, 2, 3, 4];
console.log(a, b);

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep