JavaScript Compressor

JS Compressor removes all unnecessary characters from source code, without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, block delimiters, and many other things, which are used to add readability to the code but are not required for it to execute. It also compresses the variable and function names.


Paste Javascript below to Compress: