2014-10-18 15:42:36 +11:00

8 lines
79 B
JavaScript

"use strict";
X(null, a);
X(null, [a, " ", b]);
X({
prop: a,
yes: true
});