DEV Community

Discussion on: Destructuring Assignment in ES6- Arrays

Collapse
 
shrijan00003 profile image
Shrijan

greet = "hello world" is just a default value , if there is the value in first element in parent array then it will get overridden for sure. That is what default value is made for.