8 lines
100 B
JavaScript

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