/random-numbers

Create an array with random numbers from 0 to 999 and then sort this array

Primary LanguageJavaScript

UNIVERSITY TASK

Create an array with random numbers from 0 to 999 and then sort this array

  • Create a function that will create random numbers
  • Putting these random numbers into an array
  • Sort this array
  • Show code execution time