This guide explains how to zip and unzip files in JavaScript.
I was getting ready for the next worldskills national event and they said i need to work with zip files but they didn't say how. Since there was no specification on which library to use, this repo covers multiple options including popular libraries such as adm-zip and jszip, as well as using system zip
and unzip
command-line utilities.