Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 364 Bytes

Javascript-random-number

make a random number generator in javascript

Prerequisite

Node.js installed on your system

How to use

  • Clone the repository
  • Move to the repository folder
  • node main.js
  • Change the parameter passed in the generateRandomNumber function and try running the file again :)

make a random number generator in javascript