What's this snippet going to display in the console?

[][John, Paul, George, Ringo]["John", "Paul", "George", "Ringo"]

Superb!

String values are displayed with double quotes when inside an array.