difftastic/sample_files/trailing_commas_1.js

5 lines
66 B
JavaScript

function foo(x, y) {
var z = [1, 2];
var zz = {a: 1, b: 2};
}