Skip to content

Files

Latest commit

c8fd251 · Oct 8, 2023

History

History
This branch is 659 commits behind thinkswell/javascript-mini-projects:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 8, 2023
Oct 8, 2023
Oct 8, 2023

Generate Random Number

This is a JavaScript program that generates a random number between two numbers. The user can input the number and the program will generate the number between user input.

How to Use

  1. Enter the first number in the first input box.
  2. Enter the second number in the second input box.
  3. Click the "Generate Random Number" button to generate a random number between the two numbers.
  4. The program will display the random number

Screenshot

Random Number Screenshot