Variable Declarations > Desctructuring is missing console.log statements for example
kisunji opened this issue · 0 comments
kisunji commented
Under Destructuring > Array Destructuring, the final example is missing the console.log statements to demonstrate the example.
Or other elements:
let [, second, , fourth] = [1, 2, 3, 4];
^ Should include console.log statements to be consistent with previous examples