I need to create a bit of code for javascript which I can haverandom numbers generate with a certain amount of digits set by theuser. and ask the user how many times they want this tohappen.
For example The user says they want a number with 4 digits (anynumber between 0 – 9999) and the user can input if they want toadd, subtract, multiply, divide, or make it random
2 random numbers are generated. First number 1451 and the nextnumber is 58.
If the user selects “random” the program will pick between the 4(add multiple subtract divide)
Once the numbers are made 1451 &
OR
OR