JavaScript Minifier

JavaScript Minifier online helps you to compress and minify a javascript document, up to 80% of their original size without any side effect.

Following rules applied on the JavaScript minification

  • After applying the javaScript minifier there will be no side effect on the modified code
  • JavaScript minifier removes line breaks, indentation characters and unwanted white spaces
  • JavaScript minifier replace variable name with very small name and adjust the the refernces related to the variable names
  • JavaScript minifier will not change eval statement inorder to avoid possible issues