For a project a developer sent us a .js file with code similar to this:
var myList = [1,2,3]; var a,b,c; [a,b,c] = myList;
It works in Ope
Opera's older "futhark" JavaScript engine had support for this, but it was dropped in the new engine "carakan", because it was non-standard, not required on the web, and would complicate the new and very fast implementation.