michael@0: function f(x) { michael@0: return x.length / 2 michael@0: } michael@0: f("") michael@0: assertEq(f(undefined + ""), 4.5);