mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Fix error in string
This commit is contained in:
parent
b224955e2f
commit
b44f537835
@ -1277,7 +1277,7 @@
|
||||
"description":[
|
||||
"Now that our slots will each generate random numbers, we need to check whether they've all returned the same number.",
|
||||
"If they have, we should notify our user that they've won.",
|
||||
"Otherwise, we should return <code>null</code>, which is a JavaScript literal representing null or an "empty" value, i.e. no object value is present.",
|
||||
"Otherwise, we should return <code>null</code>, which is a JavaScript literal representing null or an \"empty\" value, i.e. no object value is present.",
|
||||
"If all three numbers match, we should return the number that we have in three of slots or leave it as null.",
|
||||
"Let's create an <code>if statement</code> with multiple conditions in order to check whether all numbers are equal.",
|
||||
"<code>if(slotOne !== slotTwo || slotTwo !== slotThree){</code>",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user