This commit is contained in:
Michael Krebs
2015-08-18 00:22:33 -04:00
parent 495aac8233
commit 3e520811d0

View File

@ -859,7 +859,7 @@
"title": "Generate Random Fractions with JavaScript",
"difficulty":"9.9827",
"description":[
"Random numbers are useful for creating random behaviours and games.",
"Random numbers are useful for creating random behavior.",
"JavaScript has a <code>Math.random()</code> function that generates a random decimal number.",
"Use <code>Math.random()</code> to get <code>myFunction</code> to return a random number."
],