Comment on ES6 in Depth: DestructuringparentComments−arcatek11yYou shouldn't use the term "destructor" as an alias of "destructuring expressions" - destructors are an entirely different thing[1], which is not applicable to JS.[1] http://en.wikipedia.org/wiki/Destructor_%28computer_programm...
Comments
You shouldn't use the term "destructor" as an alias of "destructuring expressions" - destructors are an entirely different thing[1], which is not applicable to JS.
[1] http://en.wikipedia.org/wiki/Destructor_%28computer_programm...