ics385spring2026

ICS 385 Spring 2026

Week4a Assignment: Hero

About this code:

The code generates and displays random values from each category using five (5) different Node packages from NPM. Each category is stored in a variable and saved/stored into five (5) separate text files. The code randomly selects:

The results are displayed in:

File structure:

``` hero-hw4/ |–index.js |–package.json |–package-lock.json |–output/ |– File-1.txt |– File-2.txt |– File-3.txt |– File-4.txt |– File-5.txt