2014-11-03 17:52:15 +11:00

10 lines
79 B
JavaScript

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