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 = 999Output:
prefix001
...
prefix999To install code that we use run:
npm updateFor 1st time running you have to install
npm start