Which of the following are JavaScript optimizers?

Which of the following are JavaScript optimizers? Correct Answer Both JSMin and Packer

JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. JavaScript optimizers such as JSMin and Packer are specially designed for modern web programming techniques and are able to understand and preserve conditional comments, and similar.
Bissoy MCQ

Related Questions

What is the disadvantage of cost based optimizers?
Optimizers use __________ to reduce the cost of optimization.
Which of the following The collection holds special JavaScript code for use in server side JavaScript?
Which is the function in JavaScript that will print the current page in JavaScript?
JavaScript is also called server-side JavaScript.