Random Number Generator

# Introduction In this challenge, we will be working with JavaScript to create a random number generator function. The function should be able to generate an array of random numbers within a specified range and without repetition. This will require encapsulating the function in the provided project and implementing the logic code. At the end, the generated random numbers should be displayed on the page.

|60 : 00

Click the virtual machine below to start practicing