Scroll back to the top

Best JavaScript minifier

[ javascript js1024 ]

I took a part in the JS1024 contest last weekend. The idea is to design and implement something interesting or valuable in 1024 bytes JS code. I’ve done the Schulte Tables application. Try it online. To have it as less size as possible, I minimized the code by UglifyJS 3. There is online tool.

Happy coding!