How to compress js files into min format

problem description

how can javascript files be compressed into min format?

jquery.min.js are all compressed like this (function (< b) {function cy (a)
the online compression I found is only to remove spaces, all are ordinary compression.

what result do you expect? What is the error message actually seen?

Can

be compressed like this, for example, I have a function reverse (paramA,paramB);
compressed into: function a (bline c)
so that all variables are compressed into a single letter?

Apr.10,2021

UglifyJS , a plug-in that is integrated or provided in many tools

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e311-2c40b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e311-2c40b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?