7 lines
89 B
JavaScript

"use strict";
var coords = [1, 2];
var x = coords.x;
var y = coords.y;
var foo = "bar";