I like the new collection expression: var filters = ["active", "paid", ..premiumFilters, "export"];
As for the rest of the examples, I would rather stick with the old way. Sometimes new syntactic sugar techniques make code more confusing.