bug655810.js (89B)
1 function f(arr) { 2 var x = arr[0]; 3 if (typeof x) {}; 4 Math.abs(x); 5 } 6 f([1.2]);