1 line
90 B
JavaScript
1 line
90 B
JavaScript
Math.trunc||(Math.trunc=function(v){return v=+v,isFinite(v)?v-v%1||(v<0?-0:0===v?v:0):v}); |