wordsArray is a list of strings before and after the numbers
Example:
prefix00001
prefix00002
...
prefix99999
00000prefix
...
999999prefix
Defines how many numbers are there after and before every word in wordsArray
Example:
const numbers = 999
Output:
prefix001
...
prefix999
To install code that we use run:
npm update
For 1st time running you have to install
npm start