2014-10-25 09:09:55 +11:00

9 lines
78 B
JavaScript

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