destructure
Simple workaround for non-universal array destructuring assignment.
install
For Node.js:
npm install destructure
use
var destructure = ; // Omit this line if including the destructure.js file in a browservar arr = 3 4 5;var added = ;; // 12