Practice

Challenges

Using Math object and math operators, console.log() the following

  • get square root of 15,129

  • a random number between 0 and 42

  • round PI down to nearest integer

  • round PI up to nearest integer

  • Get max values of these numbers

    • 36, 74, 63, 18, 88, 92, 29, 7, 45, 51

Last updated