2015-02-22 22:46:27 +11:00

7 lines
93 B
JavaScript

"use strict";
var a = "hello";
var _ref = [", ", "junk"];
var b = _ref[0];
var c = "world";