Javascipt Random Number Generation

function randomFraction() {

  // Only change code below this line

  return Math.random();

  // Only change code above this line
}

Hello there.

Do you have a question?

If so, please edit your post to include it.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.