fixed typos
This commit is contained in:
@ -834,8 +834,8 @@
|
|||||||
"dashedName": "waypoint-generate-random-fractions-with-javascript",
|
"dashedName": "waypoint-generate-random-fractions-with-javascript",
|
||||||
"difficulty":"9.9827",
|
"difficulty":"9.9827",
|
||||||
"description":[
|
"description":[
|
||||||
"Random numbers are a very useful for creating random behaviours and games",
|
"Random numbers are very useful for creating random behaviours and games",
|
||||||
"Javascript has a <code>Math.random()</code> method that can generate a random decimal number",
|
"JavaScript has a <code>Math.random()</code> method that can generate a random decimal number",
|
||||||
"Let's have a go of <code>Math.random()</code> now be getting <code>myFunction</code> to return a random number"
|
"Let's have a go of <code>Math.random()</code> now be getting <code>myFunction</code> to return a random number"
|
||||||
],
|
],
|
||||||
"tests":[
|
"tests":[
|
||||||
|
Reference in New Issue
Block a user