H. Peng
Results
1
comments of
H. Peng
I am having the same issue. I use minify-js via minify-html. I have a function ``` function convertCtoF(val) { return Math.round((val * 1.8 + 32) * 10) / 10; }...