michael@0: function f(arr) { michael@0: var x = arr[0]; michael@0: if (typeof x) {}; michael@0: Math.abs(x); michael@0: } michael@0: f([1.2]);